Color Hex Logo

#15704d Color Hex

#15704D
(21,112,77)
0 Favorites   0 Comments

Color spaces of #15704d

RGB 2111277
HSL0.440.680.26
HSV157°81°44°
CMYK 0.810.000.31   0.56
XYZ7.443012.28368.9999
Yxy12.28360.25910.4276
Hunter Lab35.0480-23.42669.3086
CIE-Lab41.6634-34.634612.2986

#15704d color RGB value is (21,112,77).

#15704d hex color red value is 21, green value is 112 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #15704d hue: 0.44 , saturation: 0.68 and the lightness value of 15704d is 0.26.

The process color (four color CMYK) of #15704d color hex is 0.81, 0.00, 0.31, 0.56. Web safe color of #15704d is #006666. Color #15704d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01110000 01001101
Octal 25 160 115
Decimal 21 112 77
Hex 15 70 4D

RGB Percentages of Color #15704d

%10.00
%53.33
%36.67

CMYK Percentages of Color #15704d

%81
%0
%31
%56

Triadic Colors of #15704d

#15704d #4d1570 #704d15

Analogous Colors of #15704d

#15704d #156670 #157020

Monochromatic Colors of #15704d

#15704d

Complementary Color

#15704d #701538

#15704d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15704d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15704d Color CSS Codes

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

#15704d Text Font Color

<p style="color:#15704d">Text here</p>

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


#15704d Background Color

<div style="background-color:#15704d">
Div content here</div>

This div background color is #15704d


#15704d Border Color

<div style="border:3px solid #15704d">
Div here</div>

This div border color is #15704d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,112,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15704d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15704d;
  -webkit-box-shadow: 1px 1px 3px 2px #15704d;
  box-shadow:         1px 1px 3px 2px #15704d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15704d


Comments

No comments written yet.

Please login to write comment.