Color Hex Logo

#15aabf Color Hex

#15AABF
(21,170,191)
0 Favorites   0 Comments

Color spaces of #15aabf

RGB 21170191
HSL0.520.800.42
HSV187°89°75°
CMYK 0.890.110.00   0.25
XYZ24.088032.670554.3267
Yxy32.67050.21680.2941
Hunter Lab57.1581-24.8019-16.3423
CIE-Lab63.8932-27.9520-20.8815

#15aabf color RGB value is (21,170,191).

#15aabf hex color red value is 21, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #15aabf hue: 0.52 , saturation: 0.80 and the lightness value of 15aabf is 0.42.

The process color (four color CMYK) of #15aabf color hex is 0.89, 0.11, 0.00, 0.25. Web safe color of #15aabf is #0099cc. Color #15aabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101010 10111111
Octal 25 252 277
Decimal 21 170 191
Hex 15 AA BF

RGB Percentages of Color #15aabf

%5.50
%44.50
%50.00

CMYK Percentages of Color #15aabf

%89
%11
%0
%25

Triadic Colors of #15aabf

#15aabf #bf15aa #aabf15

Analogous Colors of #15aabf

#15aabf #1555bf #15bf7f

Monochromatic Colors of #15aabf

#15aabf

Complementary Color

#15aabf #bf2a15

#15aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aabf Color CSS Codes

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

#15aabf Text Font Color

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

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


#15aabf Background Color

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

This div background color is #15aabf


#15aabf Border Color

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

This div border color is #15aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aabf


Comments

No comments written yet.

Please login to write comment.