Color Hex Logo

#217006 Color Hex

#217006
(33,112,6)
0 Favorites   0 Comments

Color spaces of #217006

RGB 331126
HSL0.290.900.23
HSV105°95°44°
CMYK 0.710.000.95   0.56
XYZ6.454211.92482.1338
Yxy11.92480.31460.5813
Hunter Lab34.5323-27.069320.5090
CIE-Lab41.0964-42.116944.5206

#217006 color RGB value is (33,112,6).

#217006 hex color red value is 33, green value is 112 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #217006 hue: 0.29 , saturation: 0.90 and the lightness value of 217006 is 0.23.

The process color (four color CMYK) of #217006 color hex is 0.71, 0.00, 0.95, 0.56. Web safe color of #217006 is #336600. Color #217006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110000 00000110
Octal 41 160 6
Decimal 33 112 6
Hex 21 70 6

RGB Percentages of Color #217006

%21.85
%74.17
%3.97

CMYK Percentages of Color #217006

%71
%0
%95
%56

Triadic Colors of #217006

#217006 #062170 #700621

Analogous Colors of #217006

#217006 #067020 #567006

Monochromatic Colors of #217006

#217006

Complementary Color

#217006 #550670

#217006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217006 Color CSS Codes

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

#217006 Text Font Color

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

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


#217006 Background Color

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

This div background color is #217006


#217006 Border Color

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

This div border color is #217006


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,112,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #217006; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #217006;
  -webkit-box-shadow: 1px 1px 3px 2px #217006;
  box-shadow:         1px 1px 3px 2px #217006; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217006


Comments

No comments written yet.

Please login to write comment.