Color Hex Logo

#217953 Color Hex

#217953
(33,121,83)
0 Favorites   0 Comments

Color spaces of #217953

RGB 3312183
HSL0.430.570.30
HSV154°73°47°
CMYK 0.730.000.31   0.53
XYZ9.025914.622610.5303
Yxy14.62260.26410.4278
Hunter Lab38.2395-24.786710.4405
CIE-Lab45.1129-35.302513.5641

#217953 color RGB value is (33,121,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111001 01010011
Octal 41 171 123
Decimal 33 121 83
Hex 21 79 53

RGB Percentages of Color #217953

%13.92
%51.05
%35.02

CMYK Percentages of Color #217953

%73
%0
%31
%53

Triadic Colors of #217953

#217953 #532179 #795321

Analogous Colors of #217953

#217953 #217379 #217927

Monochromatic Colors of #217953

#217953

Complementary Color

#217953 #792147

#217953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217953 Color CSS Codes

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

#217953 Text Font Color

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

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


#217953 Background Color

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

This div background color is #217953


#217953 Border Color

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

This div border color is #217953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217953


Comments

No comments written yet.

Please login to write comment.