Color Hex Logo

#367aec Color Hex

#367AEC
(54,122,236)
0 Favorites   0 Comments

Color spaces of #367aec

RGB 54122236
HSL0.600.830.57
HSV218°77°93°
CMYK 0.770.480.00   0.07
XYZ23.621220.759582.1189
Yxy20.75950.18670.1641
Hunter Lab45.562612.8059-74.9664
CIE-Lab52.685318.3008-63.6273

#367aec color RGB value is (54,122,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111010 11101100
Octal 66 172 354
Decimal 54 122 236
Hex 36 7A EC

RGB Percentages of Color #367aec

%13.11
%29.61
%57.28

CMYK Percentages of Color #367aec

%77
%48
%0
%7

Triadic Colors of #367aec

#367aec #ec367a #7aec36

Analogous Colors of #367aec

#367aec #4d36ec #36d5ec

Monochromatic Colors of #367aec

#367aec

Complementary Color

#367aec #eca836

#367aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#367aec Color CSS Codes

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

#367aec Text Font Color

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

This sample text font color is #367aec
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.


#367aec Background Color

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

This div background color is #367aec


#367aec Border Color

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

This div border color is #367aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,122,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 #367aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367aec


Comments

No comments written yet.

Please login to write comment.