Color Hex Logo

#24dbbd Color Hex

#24DBBD
(36,219,189)
0 Favorites   0 Comments

Color spaces of #24dbbd

RGB 36219189
HSL0.470.720.50
HSV170°84°86°
CMYK 0.840.000.14   0.14
XYZ35.244454.712256.8471
Yxy54.71220.24010.3727
Hunter Lab73.9677-44.39116.2107
CIE-Lab78.8752-49.73032.5334

#24dbbd color RGB value is (36,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011011 10111101
Octal 44 333 275
Decimal 36 219 189
Hex 24 DB BD

RGB Percentages of Color #24dbbd

%8.11
%49.32
%42.57

CMYK Percentages of Color #24dbbd

%84
%0
%14
%14

Triadic Colors of #24dbbd

#24dbbd #bd24db #dbbd24

Analogous Colors of #24dbbd

#24dbbd #249edb #24db62

Monochromatic Colors of #24dbbd

#24dbbd

Complementary Color

#24dbbd #db2442

#24dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dbbd Color CSS Codes

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

#24dbbd Text Font Color

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

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


#24dbbd Background Color

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

This div background color is #24dbbd


#24dbbd Border Color

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

This div border color is #24dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dbbd


Comments

No comments written yet.

Please login to write comment.