Color Hex Logo

#15cacb Color Hex

#15CACB
(21,202,203)
0 Favorites   0 Comments

Color spaces of #15cacb

RGB 21202203
HSL0.500.810.44
HSV180°90°80°
CMYK 0.900.000.00   0.20
XYZ32.209346.712363.8187
Yxy46.71230.22560.3273
Hunter Lab68.3464-35.4853-7.5198
CIE-Lab74.0054-39.3620-12.1941

#15cacb color RGB value is (21,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001010 11001011
Octal 25 312 313
Decimal 21 202 203
Hex 15 CA CB

RGB Percentages of Color #15cacb

%4.93
%47.42
%47.65

CMYK Percentages of Color #15cacb

%90
%0
%0
%20

Triadic Colors of #15cacb

#15cacb #cb15ca #cacb15

Analogous Colors of #15cacb

#15cacb #156fcb #15cb71

Monochromatic Colors of #15cacb

#15cacb

Complementary Color

#15cacb #cb1615

#15cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15cacb Color CSS Codes

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

#15cacb Text Font Color

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

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


#15cacb Background Color

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

This div background color is #15cacb


#15cacb Border Color

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

This div border color is #15cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15cacb


Comments

No comments written yet.

Please login to write comment.