Color Hex Logo

#15cacd Color Hex

#15CACD
(21,202,205)
0 Favorites   0 Comments

Color spaces of #15cacd

RGB 21202205
HSL0.500.810.44
HSV181°90°80°
CMYK 0.900.010.00   0.20
XYZ32.449246.808365.0823
Yxy46.80830.22480.3243
Hunter Lab68.4166-35.0685-8.5089
CIE-Lab74.0670-38.7643-13.1853

#15cacd color RGB value is (21,202,205).

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

The process color (four color CMYK) of #15cacd color hex is 0.90, 0.01, 0.00, 0.20. Web safe color of #15cacd is #00cccc. Color #15cacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001010 11001101
Octal 25 312 315
Decimal 21 202 205
Hex 15 CA CD

RGB Percentages of Color #15cacd

%4.91
%47.20
%47.90

CMYK Percentages of Color #15cacd

%90
%1
%0
%20

Triadic Colors of #15cacd

#15cacd #cd15ca #cacd15

Analogous Colors of #15cacd

#15cacd #156ecd #15cd74

Monochromatic Colors of #15cacd

#15cacd

Complementary Color

#15cacd #cd1815

#15cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15cacd Color CSS Codes

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

#15cacd Text Font Color

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

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


#15cacd Background Color

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

This div background color is #15cacd


#15cacd Border Color

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

This div border color is #15cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15cacd


Comments

No comments written yet.

Please login to write comment.