Color Hex Logo

#24ddbe Color Hex

#24DDBE
(36,221,190)
0 Favorites   0 Comments

Color spaces of #24ddbe

RGB 36221190
HSL0.470.730.50
HSV170°84°87°
CMYK 0.840.000.14   0.13
XYZ35.878355.805757.5958
Yxy55.80570.24030.3738
Hunter Lab74.7032-45.00106.5800
CIE-Lab79.5031-50.29602.9120

#24ddbe color RGB value is (36,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011101 10111110
Octal 44 335 276
Decimal 36 221 190
Hex 24 DD BE

RGB Percentages of Color #24ddbe

%8.05
%49.44
%42.51

CMYK Percentages of Color #24ddbe

%84
%0
%14
%13

Triadic Colors of #24ddbe

#24ddbe #be24dd #ddbe24

Analogous Colors of #24ddbe

#24ddbe #24a0dd #24dd62

Monochromatic Colors of #24ddbe

#24ddbe

Complementary Color

#24ddbe #dd2443

#24ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#24ddbe Color CSS Codes

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

#24ddbe Text Font Color

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

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


#24ddbe Background Color

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

This div background color is #24ddbe


#24ddbe Border Color

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

This div border color is #24ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24ddbe


Comments

No comments written yet.

Please login to write comment.