Color Hex Logo

#15abad Color Hex

#15ABAD
(21,171,173)
0 Favorites   0 Comments

Color spaces of #15abad

RGB 21171173
HSL0.500.780.38
HSV181°88°68°
CMYK 0.880.010.00   0.32
XYZ22.415032.302444.5888
Yxy32.30240.22570.3253
Hunter Lab56.8352-29.0637-6.7300
CIE-Lab63.5920-34.1557-11.2925

#15abad color RGB value is (21,171,173).

#15abad hex color red value is 21, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #15abad hue: 0.50 , saturation: 0.78 and the lightness value of 15abad is 0.38.

The process color (four color CMYK) of #15abad color hex is 0.88, 0.01, 0.00, 0.32. Web safe color of #15abad is #009999. Color #15abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101011 10101101
Octal 25 253 255
Decimal 21 171 173
Hex 15 AB AD

RGB Percentages of Color #15abad

%5.75
%46.85
%47.40

CMYK Percentages of Color #15abad

%88
%1
%0
%32

Triadic Colors of #15abad

#15abad #ad15ab #abad15

Analogous Colors of #15abad

#15abad #155fad #15ad63

Monochromatic Colors of #15abad

#15abad

Complementary Color

#15abad #ad1715

#15abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15abad Color CSS Codes

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

#15abad Text Font Color

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

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


#15abad Background Color

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

This div background color is #15abad


#15abad Border Color

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

This div border color is #15abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15abad


Comments

No comments written yet.

Please login to write comment.