Color Hex Logo

#24daac Color Hex

#24DAAC
(36,218,172)
0 Favorites   0 Comments

Color spaces of #24daac

RGB 36218172
HSL0.460.720.50
HSV165°83°85°
CMYK 0.830.000.21   0.15
XYZ33.245453.496447.6034
Yxy53.49640.24750.3982
Hunter Lab73.1412-46.862312.6104
CIE-Lab78.1672-53.602410.5627

#24daac color RGB value is (36,218,172).

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

The process color (four color CMYK) of #24daac color hex is 0.83, 0.00, 0.21, 0.15. Web safe color of #24daac is #33cc99. Color #24daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011010 10101100
Octal 44 332 254
Decimal 36 218 172
Hex 24 DA AC

RGB Percentages of Color #24daac

%8.45
%51.17
%40.38

CMYK Percentages of Color #24daac

%83
%0
%21
%15

Triadic Colors of #24daac

#24daac #ac24da #daac24

Analogous Colors of #24daac

#24daac #24adda #24da51

Monochromatic Colors of #24daac

#24daac

Complementary Color

#24daac #da2452

#24daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#24daac Color CSS Codes

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

#24daac Text Font Color

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

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


#24daac Background Color

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

This div background color is #24daac


#24daac Border Color

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

This div border color is #24daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24daac


Comments

No comments written yet.

Please login to write comment.