Color Hex Logo

#15acad Color Hex

#15ACAD
(21,172,173)
0 Favorites   0 Comments

Color spaces of #15acad

RGB 21172173
HSL0.500.780.38
HSV180°88°68°
CMYK 0.880.010.00   0.32
XYZ22.604632.681644.6520
Yxy32.68160.22620.3270
Hunter Lab57.1678-29.4634-6.2921
CIE-Lab63.9023-34.6243-10.8277

#15acad color RGB value is (21,172,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101100 10101101
Octal 25 254 255
Decimal 21 172 173
Hex 15 AC AD

RGB Percentages of Color #15acad

%5.74
%46.99
%47.27

CMYK Percentages of Color #15acad

%88
%1
%0
%32

Triadic Colors of #15acad

#15acad #ad15ac #acad15

Analogous Colors of #15acad

#15acad #1560ad #15ad62

Monochromatic Colors of #15acad

#15acad

Complementary Color

#15acad #ad1615

#15acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15acad Color CSS Codes

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

#15acad Text Font Color

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

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


#15acad Background Color

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

This div background color is #15acad


#15acad Border Color

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

This div border color is #15acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15acad


Comments

No comments written yet.

Please login to write comment.