Color Hex Logo

#24dcab Color Hex

#24DCAB
(36,220,171)
0 Favorites   0 Comments

Color spaces of #24dcab

RGB 36220171
HSL0.460.720.50
HSV164°84°86°
CMYK 0.840.000.22   0.14
XYZ33.671454.501747.2733
Yxy54.50170.24860.4024
Hunter Lab73.8253-47.781113.7119
CIE-Lab78.7534-54.630811.9251

#24dcab color RGB value is (36,220,171).

#24dcab hex color red value is 36, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #24dcab hue: 0.46 , saturation: 0.72 and the lightness value of 24dcab is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011100 10101011
Octal 44 334 253
Decimal 36 220 171
Hex 24 DC AB

RGB Percentages of Color #24dcab

%8.43
%51.52
%40.05

CMYK Percentages of Color #24dcab

%84
%0
%22
%14

Triadic Colors of #24dcab

#24dcab #ab24dc #dcab24

Analogous Colors of #24dcab

#24dcab #24b1dc #24dc4f

Monochromatic Colors of #24dcab

#24dcab

Complementary Color

#24dcab #dc2455

#24dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dcab Color CSS Codes

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

#24dcab Text Font Color

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

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


#24dcab Background Color

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

This div background color is #24dcab


#24dcab Border Color

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

This div border color is #24dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dcab


Comments

No comments written yet.

Please login to write comment.