Color Hex Logo

#24ddbb Color Hex

#24DDBB
(36,221,187)
0 Favorites   0 Comments

Color spaces of #24ddbb

RGB 36221187
HSL0.470.730.50
HSV169°84°87°
CMYK 0.840.000.15   0.13
XYZ35.553655.675855.8863
Yxy55.67580.24170.3784
Hunter Lab74.6162-45.52567.8241
CIE-Lab79.4289-51.06974.4006

#24ddbb color RGB value is (36,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011101 10111011
Octal 44 335 273
Decimal 36 221 187
Hex 24 DD BB

RGB Percentages of Color #24ddbb

%8.11
%49.77
%42.12

CMYK Percentages of Color #24ddbb

%84
%0
%15
%13

Triadic Colors of #24ddbb

#24ddbb #bb24dd #ddbb24

Analogous Colors of #24ddbb

#24ddbb #24a3dd #24dd5f

Monochromatic Colors of #24ddbb

#24ddbb

Complementary Color

#24ddbb #dd2446

#24ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#24ddbb Color CSS Codes

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

#24ddbb Text Font Color

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

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


#24ddbb Background Color

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

This div background color is #24ddbb


#24ddbb Border Color

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

This div border color is #24ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24ddbb


Comments

No comments written yet.

Please login to write comment.