Color Hex Logo

#24dbae Color Hex

#24DBAE
(36,219,174)
0 Favorites   0 Comments

Color spaces of #24dbae

RGB 36219174
HSL0.460.720.50
HSV165°84°86°
CMYK 0.840.000.21   0.14
XYZ33.699154.094148.7095
Yxy54.09410.24690.3963
Hunter Lab73.5487-46.923712.2178
CIE-Lab78.5166-53.51319.9984

#24dbae color RGB value is (36,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011011 10101110
Octal 44 333 256
Decimal 36 219 174
Hex 24 DB AE

RGB Percentages of Color #24dbae

%8.39
%51.05
%40.56

CMYK Percentages of Color #24dbae

%84
%0
%21
%14

Triadic Colors of #24dbae

#24dbae #ae24db #dbae24

Analogous Colors of #24dbae

#24dbae #24addb #24db53

Monochromatic Colors of #24dbae

#24dbae

Complementary Color

#24dbae #db2451

#24dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dbae Color CSS Codes

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

#24dbae Text Font Color

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

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


#24dbae Background Color

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

This div background color is #24dbae


#24dbae Border Color

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

This div border color is #24dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dbae


Comments

No comments written yet.

Please login to write comment.