Color Hex Logo

#24ebad Color Hex

#24EBAD
(36,235,173)
0 Favorites   0 Comments

Color spaces of #24ebad

RGB 36235173
HSL0.450.830.53
HSV161°85°92°
CMYK 0.850.000.26   0.08
XYZ37.978762.808949.6568
Yxy62.80890.25240.4175
Hunter Lab79.2521-53.151418.3272
CIE-Lab83.3417-59.923517.3324

#24ebad color RGB value is (36,235,173).

#24ebad hex color red value is 36, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #24ebad hue: 0.45 , saturation: 0.83 and the lightness value of 24ebad is 0.53.

The process color (four color CMYK) of #24ebad color hex is 0.85, 0.00, 0.26, 0.08. Web safe color of #24ebad is #33ff99. Color #24ebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 11101011 10101101
Octal 44 353 255
Decimal 36 235 173
Hex 24 EB AD

RGB Percentages of Color #24ebad

%8.11
%52.93
%38.96

CMYK Percentages of Color #24ebad

%85
%0
%26
%8

Triadic Colors of #24ebad

#24ebad #ad24eb #ebad24

Analogous Colors of #24ebad

#24ebad #24c6eb #24eb4a

Monochromatic Colors of #24ebad

#24ebad

Complementary Color

#24ebad #eb2462

#24ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#24ebad Color CSS Codes

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

#24ebad Text Font Color

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

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


#24ebad Background Color

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

This div background color is #24ebad


#24ebad Border Color

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

This div border color is #24ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24ebad


Comments

No comments written yet.

Please login to write comment.