Color Hex Logo

#36aaec Color Hex

#36AAEC
(54,170,236)
0 Favorites   0 Comments

Color spaces of #36aaec

RGB 54170236
HSL0.560.830.57
HSV202°77°93°
CMYK 0.770.280.00   0.07
XYZ31.036435.589884.5906
Yxy35.58980.20520.2354
Hunter Lab59.6572-11.5362-42.3099
CIE-Lab66.2053-10.0248-42.1253

#36aaec color RGB value is (54,170,236).

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

The process color (four color CMYK) of #36aaec color hex is 0.77, 0.28, 0.00, 0.07. Web safe color of #36aaec is #3399ff. Color #36aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101010 11101100
Octal 66 252 354
Decimal 54 170 236
Hex 36 AA EC

RGB Percentages of Color #36aaec

%11.74
%36.96
%51.30

CMYK Percentages of Color #36aaec

%77
%28
%0
%7

Triadic Colors of #36aaec

#36aaec #ec36aa #aaec36

Analogous Colors of #36aaec

#36aaec #364fec #36ecd3

Monochromatic Colors of #36aaec

#36aaec

Complementary Color

#36aaec #ec7836

#36aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#36aaec Color CSS Codes

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

#36aaec Text Font Color

<p style="color:#36aaec">Text here</p>

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


#36aaec Background Color

<div style="background-color:#36aaec">
Div content here</div>

This div background color is #36aaec


#36aaec Border Color

<div style="border:3px solid #36aaec">
Div here</div>

This div border color is #36aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36aaec


Comments

No comments written yet.

Please login to write comment.