Color Hex Logo

#36aad9 Color Hex

#36AAD9
(54,170,217)
0 Favorites   0 Comments

Color spaces of #36aad9

RGB 54170217
HSL0.550.680.53
HSV197°75°85°
CMYK 0.750.220.00   0.15
XYZ28.420434.543570.8153
Yxy34.54350.21240.2582
Hunter Lab58.7737-16.5392-30.2958
CIE-Lab65.3917-16.4768-32.9510

#36aad9 color RGB value is (54,170,217).

#36aad9 hex color red value is 54, green value is 170 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #36aad9 hue: 0.55 , saturation: 0.68 and the lightness value of 36aad9 is 0.53.

The process color (four color CMYK) of #36aad9 color hex is 0.75, 0.22, 0.00, 0.15. Web safe color of #36aad9 is #3399cc. Color #36aad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101010 11011001
Octal 66 252 331
Decimal 54 170 217
Hex 36 AA D9

RGB Percentages of Color #36aad9

%12.24
%38.55
%49.21

CMYK Percentages of Color #36aad9

%75
%22
%0
%15

Triadic Colors of #36aad9

#36aad9 #d936aa #aad936

Analogous Colors of #36aad9

#36aad9 #3658d9 #36d9b7

Monochromatic Colors of #36aad9

#36aad9

Complementary Color

#36aad9 #d96536

#36aad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36aad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#36aad9 Color CSS Codes

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

#36aad9 Text Font Color

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

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


#36aad9 Background Color

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

This div background color is #36aad9


#36aad9 Border Color

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

This div border color is #36aad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36aad9


Comments

No comments written yet.

Please login to write comment.