Color Hex Logo

#24ccca Color Hex

#24CCCA
(36,204,202)
0 Favorites   0 Comments

Color spaces of #24ccca

RGB 36204202
HSL0.500.700.47
HSV179°82°80°
CMYK 0.820.000.01   0.20
XYZ32.981147.825163.3700
Yxy47.82510.22880.3317
Hunter Lab69.1557-35.8939-5.9207
CIE-Lab74.7145-39.6561-10.5783

#24ccca color RGB value is (36,204,202).

#24ccca hex color red value is 36, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #24ccca hue: 0.50 , saturation: 0.70 and the lightness value of 24ccca is 0.47.

The process color (four color CMYK) of #24ccca color hex is 0.82, 0.00, 0.01, 0.20. Web safe color of #24ccca is #33cccc. Color #24ccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11001100 11001010
Octal 44 314 312
Decimal 36 204 202
Hex 24 CC CA

RGB Percentages of Color #24ccca

%8.14
%46.15
%45.70

CMYK Percentages of Color #24ccca

%82
%0
%1
%20

Triadic Colors of #24ccca

#24ccca #ca24cc #ccca24

Analogous Colors of #24ccca

#24ccca #247acc #24cc76

Monochromatic Colors of #24ccca

#24ccca

Complementary Color

#24ccca #cc2426

#24ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#24ccca Color CSS Codes

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

#24ccca Text Font Color

<p style="color:#24ccca">Text here</p>

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


#24ccca Background Color

<div style="background-color:#24ccca">
Div content here</div>

This div background color is #24ccca


#24ccca Border Color

<div style="border:3px solid #24ccca">
Div here</div>

This div border color is #24ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24ccca


Comments

No comments written yet.

Please login to write comment.