Color Hex Logo

#36ccdc Color Hex

#36CCDC
(54,204,220)
0 Favorites   0 Comments

Color spaces of #36ccdc

RGB 54204220
HSL0.520.700.54
HSV186°75°86°
CMYK 0.750.070.00   0.14
XYZ36.032549.137375.2955
Yxy49.13730.22460.3062
Hunter Lab70.0980-30.9171-14.6175
CIE-Lab75.5367-32.6823-19.0395

#36ccdc color RGB value is (54,204,220).

#36ccdc hex color red value is 54, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #36ccdc hue: 0.52 , saturation: 0.70 and the lightness value of 36ccdc is 0.54.

The process color (four color CMYK) of #36ccdc color hex is 0.75, 0.07, 0.00, 0.14. Web safe color of #36ccdc is #33cccc. Color #36ccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 11001100 11011100
Octal 66 314 334
Decimal 54 204 220
Hex 36 CC DC

RGB Percentages of Color #36ccdc

%11.30
%42.68
%46.03

CMYK Percentages of Color #36ccdc

%75
%7
%0
%14

Triadic Colors of #36ccdc

#36ccdc #dc36cc #ccdc36

Analogous Colors of #36ccdc

#36ccdc #3679dc #36dc99

Monochromatic Colors of #36ccdc

#36ccdc

Complementary Color

#36ccdc #dc4636

#36ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#36ccdc Color CSS Codes

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

#36ccdc Text Font Color

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

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


#36ccdc Background Color

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

This div background color is #36ccdc


#36ccdc Border Color

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

This div border color is #36ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36ccdc


Comments

No comments written yet.

Please login to write comment.