Color Hex Logo

#15eeaf Color Hex

#15EEAF
(21,238,175)
0 Favorites   0 Comments

Color spaces of #15eeaf

RGB 21238175
HSL0.450.860.51
HSV163°91°93°
CMYK 0.910.000.26   0.07
XYZ38.621764.403650.9530
Yxy64.40360.25080.4183
Hunter Lab80.2519-54.536518.5323
CIE-Lab84.1755-61.450517.4419

#15eeaf color RGB value is (21,238,175).

#15eeaf hex color red value is 21, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #15eeaf hue: 0.45 , saturation: 0.86 and the lightness value of 15eeaf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101110 10101111
Octal 25 356 257
Decimal 21 238 175
Hex 15 EE AF

RGB Percentages of Color #15eeaf

%4.84
%54.84
%40.32

CMYK Percentages of Color #15eeaf

%91
%0
%26
%7

Triadic Colors of #15eeaf

#15eeaf #af15ee #eeaf15

Analogous Colors of #15eeaf

#15eeaf #15c1ee #15ee42

Monochromatic Colors of #15eeaf

#15eeaf

Complementary Color

#15eeaf #ee1554

#15eeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15eeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15eeaf Color CSS Codes

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

#15eeaf Text Font Color

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

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


#15eeaf Background Color

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

This div background color is #15eeaf


#15eeaf Border Color

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

This div border color is #15eeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,238,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15eeaf


Comments

No comments written yet.

Please login to write comment.