Color Hex Logo

#15695a Color Hex

#15695A
(21,105,90)
0 Favorites   0 Comments

Color spaces of #15695a

RGB 2110590
HSL0.470.670.25
HSV169°80°41°
CMYK 0.800.000.14   0.59
XYZ7.206311.000811.4164
Yxy11.00080.24330.3714
Hunter Lab33.1675-19.26032.8093
CIE-Lab39.5818-27.95461.5217

#15695a color RGB value is (21,105,90).

#15695a hex color red value is 21, green value is 105 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #15695a hue: 0.47 , saturation: 0.67 and the lightness value of 15695a is 0.25.

The process color (four color CMYK) of #15695a color hex is 0.80, 0.00, 0.14, 0.59. Web safe color of #15695a is #006666. Color #15695a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101001 01011010
Octal 25 151 132
Decimal 21 105 90
Hex 15 69 5A

RGB Percentages of Color #15695a

%9.72
%48.61
%41.67

CMYK Percentages of Color #15695a

%80
%0
%14
%59

Triadic Colors of #15695a

#15695a #5a1569 #695a15

Analogous Colors of #15695a

#15695a #154e69 #156930

Monochromatic Colors of #15695a

#15695a

Complementary Color

#15695a #691524

#15695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15695a Color CSS Codes

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

#15695a Text Font Color

<p style="color:#15695a">Text here</p>

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


#15695a Background Color

<div style="background-color:#15695a">
Div content here</div>

This div background color is #15695a


#15695a Border Color

<div style="border:3px solid #15695a">
Div here</div>

This div border color is #15695a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,105,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15695a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15695a;
  -webkit-box-shadow: 1px 1px 3px 2px #15695a;
  box-shadow:         1px 1px 3px 2px #15695a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15695a


Comments

No comments written yet.

Please login to write comment.