Color Hex Logo

#21715f Color Hex

#21715F
(33,113,95)
0 Favorites   0 Comments

Color spaces of #21715f

RGB 3311395
HSL0.460.550.29
HSV167°71°44°
CMYK 0.710.000.16   0.56
XYZ8.597912.959812.8748
Yxy12.95980.24970.3764
Hunter Lab35.9997-20.36793.9956
CIE-Lab42.7026-28.57763.0464

#21715f color RGB value is (33,113,95).

#21715f hex color red value is 33, green value is 113 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #21715f hue: 0.46 , saturation: 0.55 and the lightness value of 21715f is 0.29.

The process color (four color CMYK) of #21715f color hex is 0.71, 0.00, 0.16, 0.56. Web safe color of #21715f is #336666. Color #21715f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110001 01011111
Octal 41 161 137
Decimal 33 113 95
Hex 21 71 5F

RGB Percentages of Color #21715f

%13.69
%46.89
%39.42

CMYK Percentages of Color #21715f

%71
%0
%16
%56

Triadic Colors of #21715f

#21715f #5f2171 #715f21

Analogous Colors of #21715f

#21715f #215b71 #217137

Monochromatic Colors of #21715f

#21715f

Complementary Color

#21715f #712133

#21715f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21715f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21715f Color CSS Codes

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

#21715f Text Font Color

<p style="color:#21715f">Text here</p>

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


#21715f Background Color

<div style="background-color:#21715f">
Div content here</div>

This div background color is #21715f


#21715f Border Color

<div style="border:3px solid #21715f">
Div here</div>

This div border color is #21715f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,113,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21715f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21715f;
  -webkit-box-shadow: 1px 1px 3px 2px #21715f;
  box-shadow:         1px 1px 3px 2px #21715f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,113,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21715f


Comments

No comments written yet.

Please login to write comment.