Color Hex Logo

#367bec Color Hex

#367BEC
(54,123,236)
0 Favorites   0 Comments

Color spaces of #367bec

RGB 54123236
HSL0.600.830.57
HSV217°77°93°
CMYK 0.770.480.00   0.07
XYZ23.744621.006382.1600
Yxy21.00630.18710.1655
Hunter Lab45.832612.2687-74.2010
CIE-Lab52.956417.6787-63.1902

#367bec color RGB value is (54,123,236).

#367bec hex color red value is 54, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #367bec hue: 0.60 , saturation: 0.83 and the lightness value of 367bec is 0.57.

The process color (four color CMYK) of #367bec color hex is 0.77, 0.48, 0.00, 0.07. Web safe color of #367bec is #3366ff. Color #367bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111011 11101100
Octal 66 173 354
Decimal 54 123 236
Hex 36 7B EC

RGB Percentages of Color #367bec

%13.08
%29.78
%57.14

CMYK Percentages of Color #367bec

%77
%48
%0
%7

Triadic Colors of #367bec

#367bec #ec367b #7bec36

Analogous Colors of #367bec

#367bec #4c36ec #36d6ec

Monochromatic Colors of #367bec

#367bec

Complementary Color

#367bec #eca736

#367bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#367bec Color CSS Codes

.mybgcolor {background-color:#367bec; } 
.myforecolor {color:#367bec; }
.mybordercolor {border:3px solid #367bec; }

#367bec Text Font Color

<p style="color:#367bec">Text here</p>

This sample text font color is #367bec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#367bec Background Color

<div style="background-color:#367bec">
Div content here</div>

This div background color is #367bec


#367bec Border Color

<div style="border:3px solid #367bec">
Div here</div>

This div border color is #367bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,123,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #367bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #367bec;
  -webkit-box-shadow: 1px 1px 3px 2px #367bec;
  box-shadow:         1px 1px 3px 2px #367bec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,123,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #367bec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #367bec;
  -webkit-box-shadow: 1px 1px 3px 2px #367bec;
  box-shadow:         1px 1px 3px 2px #367bec;">
Div content here</div>

This div box has shadow with color #367bec


Comments

No comments written yet.

Please login to write comment.