Color Hex Logo

#217476 Color Hex

#217476
(33,116,118)
0 Favorites   0 Comments

Color spaces of #217476

RGB 33116118
HSL0.500.560.30
HSV181°72°46°
CMYK 0.720.020.00   0.54
XYZ10.142614.122119.3308
Yxy14.12210.23270.3239
Hunter Lab37.5794-17.5871-4.1932
CIE-Lab44.4075-23.2179-8.2561

#217476 color RGB value is (33,116,118).

#217476 hex color red value is 33, green value is 116 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #217476 hue: 0.50 , saturation: 0.56 and the lightness value of 217476 is 0.30.

The process color (four color CMYK) of #217476 color hex is 0.72, 0.02, 0.00, 0.54. Web safe color of #217476 is #336666. Color #217476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110100 01110110
Octal 41 164 166
Decimal 33 116 118
Hex 21 74 76

RGB Percentages of Color #217476

%12.36
%43.45
%44.19

CMYK Percentages of Color #217476

%72
%2
%0
%54

Triadic Colors of #217476

#217476 #762174 #747621

Analogous Colors of #217476

#217476 #214a76 #21764e

Monochromatic Colors of #217476

#217476

Complementary Color

#217476 #762321

#217476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217476 Color CSS Codes

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

#217476 Text Font Color

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

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


#217476 Background Color

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

This div background color is #217476


#217476 Border Color

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

This div border color is #217476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217476


Comments

No comments written yet.

Please login to write comment.