Color Hex Logo

#15ccad Color Hex

#15CCAD
(21,204,173)
0 Favorites   0 Comments

Color spaces of #15ccad

RGB 21204173
HSL0.470.810.44
HSV170°90°80°
CMYK 0.900.000.15   0.20
XYZ29.445046.362346.9321
Yxy46.36230.23990.3777
Hunter Lab68.0899-41.96626.7963
CIE-Lab73.7800-48.66283.7156

#15ccad color RGB value is (21,204,173).

#15ccad hex color red value is 21, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #15ccad hue: 0.47 , saturation: 0.81 and the lightness value of 15ccad is 0.44.

The process color (four color CMYK) of #15ccad color hex is 0.90, 0.00, 0.15, 0.20. Web safe color of #15ccad is #00cc99. Color #15ccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001100 10101101
Octal 25 314 255
Decimal 21 204 173
Hex 15 CC AD

RGB Percentages of Color #15ccad

%5.28
%51.26
%43.47

CMYK Percentages of Color #15ccad

%90
%0
%15
%20

Triadic Colors of #15ccad

#15ccad #ad15cc #ccad15

Analogous Colors of #15ccad

#15ccad #1590cc #15cc52

Monochromatic Colors of #15ccad

#15ccad

Complementary Color

#15ccad #cc1534

#15ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15ccad Color CSS Codes

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

#15ccad Text Font Color

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

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


#15ccad Background Color

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

This div background color is #15ccad


#15ccad Border Color

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

This div border color is #15ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15ccad


Comments

No comments written yet.

Please login to write comment.