Color Hex Logo

#24dcbd Color Hex

#24DCBD
(36,220,189)
0 Favorites   0 Comments

Color spaces of #24dcbd

RGB 36220189
HSL0.470.720.50
HSV170°84°86°
CMYK 0.840.000.14   0.14
XYZ35.506155.235656.9343
Yxy55.23560.24040.3740
Hunter Lab74.3207-44.78426.6046
CIE-Lab79.1768-50.14332.9710

#24dcbd color RGB value is (36,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011100 10111101
Octal 44 334 275
Decimal 36 220 189
Hex 24 DC BD

RGB Percentages of Color #24dcbd

%8.09
%49.44
%42.47

CMYK Percentages of Color #24dcbd

%84
%0
%14
%14

Triadic Colors of #24dcbd

#24dcbd #bd24dc #dcbd24

Analogous Colors of #24dcbd

#24dcbd #249fdc #24dc61

Monochromatic Colors of #24dcbd

#24dcbd

Complementary Color

#24dcbd #dc2443

#24dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dcbd Color CSS Codes

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

#24dcbd Text Font Color

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

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


#24dcbd Background Color

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

This div background color is #24dcbd


#24dcbd Border Color

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

This div border color is #24dcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,220,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 #24dcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dcbd


Comments

No comments written yet.

Please login to write comment.