Color Hex Logo

#15a098 Color Hex

#15A098
(21,160,152)
0 Favorites   0 Comments

Color spaces of #15a098

RGB 21160152
HSL0.490.770.35
HSV177°87°63°
CMYK 0.870.000.05   0.37
XYZ18.547627.568034.0494
Yxy27.56800.23140.3439
Hunter Lab52.5052-28.8286-1.6956
CIE-Lab59.4964-35.4011-5.5858

#15a098 color RGB value is (21,160,152).

#15a098 hex color red value is 21, green value is 160 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #15a098 hue: 0.49 , saturation: 0.77 and the lightness value of 15a098 is 0.35.

The process color (four color CMYK) of #15a098 color hex is 0.87, 0.00, 0.05, 0.37. Web safe color of #15a098 is #009999. Color #15a098 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10100000 10011000
Octal 25 240 230
Decimal 21 160 152
Hex 15 A0 98

RGB Percentages of Color #15a098

%6.31
%48.05
%45.65

CMYK Percentages of Color #15a098

%87
%0
%5
%37

Triadic Colors of #15a098

#15a098 #9815a0 #a09815

Analogous Colors of #15a098

#15a098 #1562a0 #15a053

Monochromatic Colors of #15a098

#15a098

Complementary Color

#15a098 #a0151d

#15a098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15a098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15a098 Color CSS Codes

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

#15a098 Text Font Color

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

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


#15a098 Background Color

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

This div background color is #15a098


#15a098 Border Color

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

This div border color is #15a098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15a098


Comments

No comments written yet.

Please login to write comment.