Color Hex Logo

#24cd9f Color Hex

#24CD9F
(36,205,159)
0 Favorites   0 Comments

Color spaces of #24cd9f

RGB 36205159
HSL0.450.700.47
HSV164°82°80°
CMYK 0.820.000.22   0.20
XYZ28.816946.540940.2654
Yxy46.54090.24920.4025
Hunter Lab68.2209-43.987112.7604
CIE-Lab73.8951-51.582011.4359

#24cd9f color RGB value is (36,205,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11001101 10011111
Octal 44 315 237
Decimal 36 205 159
Hex 24 CD 9F

RGB Percentages of Color #24cd9f

%9.00
%51.25
%39.75

CMYK Percentages of Color #24cd9f

%82
%0
%22
%20

Triadic Colors of #24cd9f

#24cd9f #9f24cd #cd9f24

Analogous Colors of #24cd9f

#24cd9f #24a7cd #24cd4b

Monochromatic Colors of #24cd9f

#24cd9f

Complementary Color

#24cd9f #cd2452

#24cd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24cd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24cd9f Color CSS Codes

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

#24cd9f Text Font Color

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

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


#24cd9f Background Color

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

This div background color is #24cd9f


#24cd9f Border Color

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

This div border color is #24cd9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,205,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24cd9f


Comments

No comments written yet.

Please login to write comment.