Color Hex Logo

#15caba Color Hex

#15CABA
(21,202,186)
0 Favorites   0 Comments

Color spaces of #15caba

RGB 21202186
HSL0.490.810.44
HSV175°90°79°
CMYK 0.900.000.08   0.21
XYZ30.292745.945753.7262
Yxy45.94570.23310.3535
Hunter Lab67.7833-38.84810.4540
CIE-Lab73.5103-44.2842-3.7137

#15caba color RGB value is (21,202,186).

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

The process color (four color CMYK) of #15caba color hex is 0.90, 0.00, 0.08, 0.21. Web safe color of #15caba is #00cccc. Color #15caba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001010 10111010
Octal 25 312 272
Decimal 21 202 186
Hex 15 CA BA

RGB Percentages of Color #15caba

%5.13
%49.39
%45.48

CMYK Percentages of Color #15caba

%90
%0
%8
%21

Triadic Colors of #15caba

#15caba #ba15ca #caba15

Analogous Colors of #15caba

#15caba #1580ca #15ca60

Monochromatic Colors of #15caba

#15caba

Complementary Color

#15caba #ca1525

#15caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#15caba Color CSS Codes

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

#15caba Text Font Color

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

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


#15caba Background Color

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

This div background color is #15caba


#15caba Border Color

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

This div border color is #15caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15caba


Comments

No comments written yet.

Please login to write comment.