Color Hex Logo

#15c09a Color Hex

#15C09A
(21,192,154)
0 Favorites   0 Comments

Color spaces of #15c09a

RGB 21192154
HSL0.460.800.42
HSV167°89°75°
CMYK 0.890.000.20   0.25
XYZ24.991640.191837.0124
Yxy40.19180.24450.3933
Hunter Lab63.3970-40.57869.7633
CIE-Lab69.6059-48.66778.0156

#15c09a color RGB value is (21,192,154).

#15c09a hex color red value is 21, green value is 192 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #15c09a hue: 0.46 , saturation: 0.80 and the lightness value of 15c09a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11000000 10011010
Octal 25 300 232
Decimal 21 192 154
Hex 15 C0 9A

RGB Percentages of Color #15c09a

%5.72
%52.32
%41.96

CMYK Percentages of Color #15c09a

%89
%0
%20
%25

Triadic Colors of #15c09a

#15c09a #9a15c0 #c09a15

Analogous Colors of #15c09a

#15c09a #1591c0 #15c045

Monochromatic Colors of #15c09a

#15c09a

Complementary Color

#15c09a #c0153b

#15c09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15c09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15c09a Color CSS Codes

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

#15c09a Text Font Color

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

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


#15c09a Background Color

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

This div background color is #15c09a


#15c09a Border Color

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

This div border color is #15c09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15c09a


Comments

No comments written yet.

Please login to write comment.