Color Hex Logo

#217371 Color Hex

#217371
(33,115,113)
0 Favorites   0 Comments

Color spaces of #217371

RGB 33115113
HSL0.500.550.29
HSV179°71°45°
CMYK 0.710.000.02   0.55
XYZ9.738613.777117.7687
Yxy13.77710.23590.3337
Hunter Lab37.1175-18.1222-2.4007
CIE-Lab43.9116-24.2717-5.9979

#217371 color RGB value is (33,115,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110011 01110001
Octal 41 163 161
Decimal 33 115 113
Hex 21 73 71

RGB Percentages of Color #217371

%12.64
%44.06
%43.30

CMYK Percentages of Color #217371

%71
%0
%2
%55

Triadic Colors of #217371

#217371 #712173 #737121

Analogous Colors of #217371

#217371 #214c73 #217348

Monochromatic Colors of #217371

#217371

Complementary Color

#217371 #732123

#217371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217371 Color CSS Codes

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

#217371 Text Font Color

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

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


#217371 Background Color

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

This div background color is #217371


#217371 Border Color

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

This div border color is #217371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217371


Comments

No comments written yet.

Please login to write comment.