Color Hex Logo

#24dfa0 Color Hex

#24DFA0
(36,223,160)
0 Favorites   0 Comments

Color spaces of #24dfa0

RGB 36223160
HSL0.440.750.51
HSV160°84°87°
CMYK 0.840.000.28   0.13
XYZ33.460455.688542.2431
Yxy55.68850.25470.4238
Hunter Lab74.6247-50.557118.6748
CIE-Lab79.4362-58.314618.6766

#24dfa0 color RGB value is (36,223,160).

#24dfa0 hex color red value is 36, green value is 223 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #24dfa0 hue: 0.44 , saturation: 0.75 and the lightness value of 24dfa0 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 11011111 10100000
Octal 44 337 240
Decimal 36 223 160
Hex 24 DF A0

RGB Percentages of Color #24dfa0

%8.59
%53.22
%38.19

CMYK Percentages of Color #24dfa0

%84
%0
%28
%13

Triadic Colors of #24dfa0

#24dfa0 #a024df #dfa024

Analogous Colors of #24dfa0

#24dfa0 #24c1df #24df43

Monochromatic Colors of #24dfa0

#24dfa0

Complementary Color

#24dfa0 #df2463

#24dfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24dfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#24dfa0 Color CSS Codes

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

#24dfa0 Text Font Color

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

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


#24dfa0 Background Color

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

This div background color is #24dfa0


#24dfa0 Border Color

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

This div border color is #24dfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24dfa0


Comments

No comments written yet.

Please login to write comment.