Color Hex Logo

#217955 Color Hex

#217955
(33,121,85)
0 Favorites   0 Comments

Color spaces of #217955

RGB 3312185
HSL0.430.570.30
HSV155°73°47°
CMYK 0.730.000.30   0.53
XYZ9.104314.654010.9430
Yxy14.65400.26240.4223
Hunter Lab38.2805-24.53819.8475
CIE-Lab45.1566-34.832412.4555

#217955 color RGB value is (33,121,85).

#217955 hex color red value is 33, green value is 121 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #217955 hue: 0.43 , saturation: 0.57 and the lightness value of 217955 is 0.30.

The process color (four color CMYK) of #217955 color hex is 0.73, 0.00, 0.30, 0.53. Web safe color of #217955 is #336666. Color #217955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111001 01010101
Octal 41 171 125
Decimal 33 121 85
Hex 21 79 55

RGB Percentages of Color #217955

%13.81
%50.63
%35.56

CMYK Percentages of Color #217955

%73
%0
%30
%53

Triadic Colors of #217955

#217955 #552179 #795521

Analogous Colors of #217955

#217955 #217179 #217929

Monochromatic Colors of #217955

#217955

Complementary Color

#217955 #792145

#217955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217955 Color CSS Codes

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

#217955 Text Font Color

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

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


#217955 Background Color

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

This div background color is #217955


#217955 Border Color

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

This div border color is #217955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217955


Comments

No comments written yet.

Please login to write comment.