Color Hex Logo

#15faab Color Hex

#15FAAB
(21,250,171)
0 Favorites   0 Comments

Color spaces of #15faab

RGB 21250171
HSL0.440.960.53
HSV159°92°98°
CMYK 0.920.000.32   0.02
XYZ41.845671.470950.1179
Yxy71.47090.25600.4373
Hunter Lab84.5405-59.592424.0296
CIE-Lab87.7133-66.669324.3946

#15faab color RGB value is (21,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11111010 10101011
Octal 25 372 253
Decimal 21 250 171
Hex 15 FA AB

RGB Percentages of Color #15faab

%4.75
%56.56
%38.69

CMYK Percentages of Color #15faab

%92
%0
%32
%2

Triadic Colors of #15faab

#15faab #ab15fa #faab15

Analogous Colors of #15faab

#15faab #15d7fa #15fa39

Monochromatic Colors of #15faab

#15faab

Complementary Color

#15faab #fa1564

#15faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#15faab Color CSS Codes

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

#15faab Text Font Color

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

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


#15faab Background Color

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

This div background color is #15faab


#15faab Border Color

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

This div border color is #15faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15faab


Comments

No comments written yet.

Please login to write comment.