Color Hex Logo

#15cbaa Color Hex

#15CBAA
(21,203,170)
0 Favorites   0 Comments

Color spaces of #15cbaa

RGB 21203170
HSL0.470.810.44
HSV169°90°80°
CMYK 0.900.000.16   0.20
XYZ28.920945.773645.3411
Yxy45.77360.24090.3813
Hunter Lab67.6562-42.09527.6250
CIE-Lab73.3984-49.03714.7844

#15cbaa color RGB value is (21,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001011 10101010
Octal 25 313 252
Decimal 21 203 170
Hex 15 CB AA

RGB Percentages of Color #15cbaa

%5.33
%51.52
%43.15

CMYK Percentages of Color #15cbaa

%90
%0
%16
%20

Triadic Colors of #15cbaa

#15cbaa #aa15cb #cbaa15

Analogous Colors of #15cbaa

#15cbaa #1591cb #15cb4f

Monochromatic Colors of #15cbaa

#15cbaa

Complementary Color

#15cbaa #cb1536

#15cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15cbaa Color CSS Codes

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

#15cbaa Text Font Color

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

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


#15cbaa Background Color

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

This div background color is #15cbaa


#15cbaa Border Color

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

This div border color is #15cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15cbaa


Comments

No comments written yet.

Please login to write comment.