Color Hex Logo

#217350 Color Hex

#217350
(33,115,80)
0 Favorites   0 Comments

Color spaces of #217350

RGB 3311580
HSL0.430.550.29
HSV154°71°45°
CMYK 0.710.000.30   0.55
XYZ8.205913.16409.6978
Yxy13.16400.26410.4237
Hunter Lab36.2822-23.12289.5501
CIE-Lab43.0093-33.363912.4232

#217350 color RGB value is (33,115,80).

#217350 hex color red value is 33, green value is 115 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #217350 hue: 0.43 , saturation: 0.55 and the lightness value of 217350 is 0.29.

The process color (four color CMYK) of #217350 color hex is 0.71, 0.00, 0.30, 0.55. Web safe color of #217350 is #336666. Color #217350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110011 01010000
Octal 41 163 120
Decimal 33 115 80
Hex 21 73 50

RGB Percentages of Color #217350

%14.47
%50.44
%35.09

CMYK Percentages of Color #217350

%71
%0
%30
%55

Triadic Colors of #217350

#217350 #502173 #735021

Analogous Colors of #217350

#217350 #216d73 #217327

Monochromatic Colors of #217350

#217350

Complementary Color

#217350 #732144

#217350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217350 Color CSS Codes

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

#217350 Text Font Color

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

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


#217350 Background Color

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

This div background color is #217350


#217350 Border Color

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

This div border color is #217350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217350


Comments

No comments written yet.

Please login to write comment.