Color Hex Logo

#15c080 Color Hex

#15C080
(21,192,128)
0 Favorites   0 Comments

Color spaces of #15c080

RGB 21192128
HSL0.440.800.42
HSV158°89°75°
CMYK 0.890.000.33   0.25
XYZ23.055239.417226.8152
Yxy39.41720.25820.4415
Hunter Lab62.7831-44.321718.6249
CIE-Lab69.0524-54.778321.2788

#15c080 color RGB value is (21,192,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11000000 10000000
Octal 25 300 200
Decimal 21 192 128
Hex 15 C0 80

RGB Percentages of Color #15c080

%6.16
%56.30
%37.54

CMYK Percentages of Color #15c080

%89
%0
%33
%25

Triadic Colors of #15c080

#15c080 #8015c0 #c08015

Analogous Colors of #15c080

#15c080 #15abc0 #15c02b

Monochromatic Colors of #15c080

#15c080

Complementary Color

#15c080 #c01555

#15c080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15c080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15c080 Color CSS Codes

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

#15c080 Text Font Color

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

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


#15c080 Background Color

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

This div background color is #15c080


#15c080 Border Color

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

This div border color is #15c080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15c080


Comments

No comments written yet.

Please login to write comment.