Color Hex Logo

#216f9c Color Hex

#216F9C
(33,111,156)
0 Favorites   0 Comments

Color spaces of #216f9c

RGB 33111156
HSL0.560.650.37
HSV202°79°61°
CMYK 0.790.290.00   0.39
XYZ12.312414.092533.5237
Yxy14.09250.20550.2352
Hunter Lab37.5400-7.1504-26.6688
CIE-Lab44.3653-7.2044-30.9717

#216f9c color RGB value is (33,111,156).

#216f9c hex color red value is 33, green value is 111 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #216f9c hue: 0.56 , saturation: 0.65 and the lightness value of 216f9c is 0.37.

The process color (four color CMYK) of #216f9c color hex is 0.79, 0.29, 0.00, 0.39. Web safe color of #216f9c is #336699. Color #216f9c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101111 10011100
Octal 41 157 234
Decimal 33 111 156
Hex 21 6F 9C

RGB Percentages of Color #216f9c

%11.00
%37.00
%52.00

CMYK Percentages of Color #216f9c

%79
%29
%0
%39

Triadic Colors of #216f9c

#216f9c #9c216f #6f9c21

Analogous Colors of #216f9c

#216f9c #21329c #219c8c

Monochromatic Colors of #216f9c

#216f9c

Complementary Color

#216f9c #9c4e21

#216f9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216f9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#216f9c Color CSS Codes

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

#216f9c Text Font Color

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

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


#216f9c Background Color

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

This div background color is #216f9c


#216f9c Border Color

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

This div border color is #216f9c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,111,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #216f9c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #216f9c;
  -webkit-box-shadow: 1px 1px 3px 2px #216f9c;
  box-shadow:         1px 1px 3px 2px #216f9c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216f9c


Comments

No comments written yet.

Please login to write comment.