Color Hex Logo

#15caaf Color Hex

#15CAAF
(21,202,175)
0 Favorites   0 Comments

Color spaces of #15caaf

RGB 21202175
HSL0.480.810.44
HSV171°90°79°
CMYK 0.900.000.13   0.21
XYZ29.167745.495647.8017
Yxy45.49560.23820.3715
Hunter Lab67.4504-40.84925.1968
CIE-Lab73.2170-47.30161.8175

#15caaf color RGB value is (21,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001010 10101111
Octal 25 312 257
Decimal 21 202 175
Hex 15 CA AF

RGB Percentages of Color #15caaf

%5.28
%50.75
%43.97

CMYK Percentages of Color #15caaf

%90
%0
%13
%21

Triadic Colors of #15caaf

#15caaf #af15ca #caaf15

Analogous Colors of #15caaf

#15caaf #158bca #15ca55

Monochromatic Colors of #15caaf

#15caaf

Complementary Color

#15caaf #ca1530

#15caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15caaf Color CSS Codes

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

#15caaf Text Font Color

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

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


#15caaf Background Color

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

This div background color is #15caaf


#15caaf Border Color

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

This div border color is #15caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15caaf


Comments

No comments written yet.

Please login to write comment.