Color Hex Logo

#216677 Color Hex

#216677
(33,102,119)
0 Favorites   0 Comments

Color spaces of #216677

RGB 33102119
HSL0.530.570.30
HSV192°72°47°
CMYK 0.720.140.00   0.53
XYZ8.708311.158019.1475
Yxy11.15800.22320.2860
Hunter Lab33.4036-11.9214-10.6035
CIE-Lab39.8453-15.3051-15.7655

#216677 color RGB value is (33,102,119).

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

The process color (four color CMYK) of #216677 color hex is 0.72, 0.14, 0.00, 0.53. Web safe color of #216677 is #336666. Color #216677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100110 01110111
Octal 41 146 167
Decimal 33 102 119
Hex 21 66 77

RGB Percentages of Color #216677

%12.99
%40.16
%46.85

CMYK Percentages of Color #216677

%72
%14
%0
%53

Triadic Colors of #216677

#216677 #772166 #667721

Analogous Colors of #216677

#216677 #213b77 #21775d

Monochromatic Colors of #216677

#216677

Complementary Color

#216677 #773221

#216677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216677 Color CSS Codes

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

#216677 Text Font Color

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

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


#216677 Background Color

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

This div background color is #216677


#216677 Border Color

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

This div border color is #216677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216677


Comments

No comments written yet.

Please login to write comment.