Color Hex Logo

#15faad Color Hex

#15FAAD
(21,250,173)
0 Favorites   0 Comments

Color spaces of #15faad

RGB 21250173
HSL0.440.960.53
HSV160°92°98°
CMYK 0.920.000.31   0.02
XYZ42.037771.547851.1297
Yxy71.54780.25520.4344
Hunter Lab84.5859-59.314123.3711
CIE-Lab87.7505-66.248423.4264

#15faad color RGB value is (21,250,173).

#15faad hex color red value is 21, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #15faad hue: 0.44 , saturation: 0.96 and the lightness value of 15faad is 0.53.

The process color (four color CMYK) of #15faad color hex is 0.92, 0.00, 0.31, 0.02. Web safe color of #15faad is #00ff99. Color #15faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11111010 10101101
Octal 25 372 255
Decimal 21 250 173
Hex 15 FA AD

RGB Percentages of Color #15faad

%4.73
%56.31
%38.96

CMYK Percentages of Color #15faad

%92
%0
%31
%2

Triadic Colors of #15faad

#15faad #ad15fa #faad15

Analogous Colors of #15faad

#15faad #15d5fa #15fa3b

Monochromatic Colors of #15faad

#15faad

Complementary Color

#15faad #fa1562

#15faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15faad Color CSS Codes

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

#15faad Text Font Color

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

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


#15faad Background Color

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

This div background color is #15faad


#15faad Border Color

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

This div border color is #15faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15faad


Comments

No comments written yet.

Please login to write comment.