Color Hex Logo

#15eaad Color Hex

#15EAAD
(21,234,173)
0 Favorites   0 Comments

Color spaces of #15eaad

RGB 21234173
HSL0.450.840.50
HSV163°91°92°
CMYK 0.910.000.26   0.08
XYZ37.274962.022249.5421
Yxy62.02220.25040.4167
Hunter Lab78.7542-53.334517.8302
CIE-Lab82.9252-60.417316.7330

#15eaad color RGB value is (21,234,173).

#15eaad hex color red value is 21, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #15eaad hue: 0.45 , saturation: 0.84 and the lightness value of 15eaad is 0.50.

The process color (four color CMYK) of #15eaad color hex is 0.91, 0.00, 0.26, 0.08. Web safe color of #15eaad is #00ff99. Color #15eaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101010 10101101
Octal 25 352 255
Decimal 21 234 173
Hex 15 EA AD

RGB Percentages of Color #15eaad

%4.91
%54.67
%40.42

CMYK Percentages of Color #15eaad

%91
%0
%26
%8

Triadic Colors of #15eaad

#15eaad #ad15ea #eaad15

Analogous Colors of #15eaad

#15eaad #15bdea #15ea43

Monochromatic Colors of #15eaad

#15eaad

Complementary Color

#15eaad #ea1552

#15eaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15eaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15eaad Color CSS Codes

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

#15eaad Text Font Color

<p style="color:#15eaad">Text here</p>

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


#15eaad Background Color

<div style="background-color:#15eaad">
Div content here</div>

This div background color is #15eaad


#15eaad Border Color

<div style="border:3px solid #15eaad">
Div here</div>

This div border color is #15eaad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,234,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15eaad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15eaad;
  -webkit-box-shadow: 1px 1px 3px 2px #15eaad;
  box-shadow:         1px 1px 3px 2px #15eaad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,234,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 #15eaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15eaad


Comments

No comments written yet.

Please login to write comment.