Color Hex Logo

#36acdd Color Hex

#36ACDD
(54,172,221)
0 Favorites   0 Comments

Color spaces of #36acdd

RGB 54172221
HSL0.550.710.54
HSV198°76°87°
CMYK 0.760.220.00   0.13
XYZ29.325035.509873.7151
Yxy35.50980.21170.2563
Hunter Lab59.5901-16.4407-31.6308
CIE-Lab66.1437-16.2077-33.9882

#36acdd color RGB value is (54,172,221).

#36acdd hex color red value is 54, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #36acdd hue: 0.55 , saturation: 0.71 and the lightness value of 36acdd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10101100 11011101
Octal 66 254 335
Decimal 54 172 221
Hex 36 AC DD

RGB Percentages of Color #36acdd

%12.08
%38.48
%49.44

CMYK Percentages of Color #36acdd

%76
%22
%0
%13

Triadic Colors of #36acdd

#36acdd #dd36ac #acdd36

Analogous Colors of #36acdd

#36acdd #3659dd #36ddbb

Monochromatic Colors of #36acdd

#36acdd

Complementary Color

#36acdd #dd6736

#36acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#36acdd Color CSS Codes

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

#36acdd Text Font Color

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

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


#36acdd Background Color

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

This div background color is #36acdd


#36acdd Border Color

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

This div border color is #36acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36acdd


Comments

No comments written yet.

Please login to write comment.