Color Hex Logo

#36dcca Color Hex

#36DCCA
(54,220,202)
0 Favorites   0 Comments

Color spaces of #36dcca

RGB 54220202
HSL0.480.700.54
HSV173°75°86°
CMYK 0.750.000.08   0.14
XYZ37.775256.234964.7406
Yxy56.23490.23800.3542
Hunter Lab74.9899-41.31531.3065
CIE-Lab79.7473-45.0893-3.0963

#36dcca color RGB value is (54,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11011100 11001010
Octal 66 334 312
Decimal 54 220 202
Hex 36 DC CA

RGB Percentages of Color #36dcca

%11.34
%46.22
%42.44

CMYK Percentages of Color #36dcca

%75
%0
%8
%14

Triadic Colors of #36dcca

#36dcca #ca36dc #dcca36

Analogous Colors of #36dcca

#36dcca #369bdc #36dc77

Monochromatic Colors of #36dcca

#36dcca

Complementary Color

#36dcca #dc3648

#36dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#36dcca Color CSS Codes

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

#36dcca Text Font Color

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

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


#36dcca Background Color

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

This div background color is #36dcca


#36dcca Border Color

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

This div border color is #36dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36dcca


Comments

No comments written yet.

Please login to write comment.