Color Hex Logo

#15aabd Color Hex

#15AABD
(21,170,189)
0 Favorites   0 Comments

Color spaces of #15aabd

RGB 21170189
HSL0.520.800.41
HSV187°89°74°
CMYK 0.890.100.00   0.26
XYZ23.869332.583053.1752
Yxy32.58300.21770.2972
Hunter Lab57.0815-25.2508-15.2755
CIE-Lab63.8218-28.6048-19.8758

#15aabd color RGB value is (21,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101010 10111101
Octal 25 252 275
Decimal 21 170 189
Hex 15 AA BD

RGB Percentages of Color #15aabd

%5.53
%44.74
%49.74

CMYK Percentages of Color #15aabd

%89
%10
%0
%26

Triadic Colors of #15aabd

#15aabd #bd15aa #aabd15

Analogous Colors of #15aabd

#15aabd #1556bd #15bd7c

Monochromatic Colors of #15aabd

#15aabd

Complementary Color

#15aabd #bd2815

#15aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aabd Color CSS Codes

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

#15aabd Text Font Color

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

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


#15aabd Background Color

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

This div background color is #15aabd


#15aabd Border Color

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

This div border color is #15aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aabd


Comments

No comments written yet.

Please login to write comment.