Color Hex Logo

#216998 Color Hex

#216998
(33,105,152)
0 Favorites   0 Comments

Color spaces of #216998

RGB 33105152
HSL0.570.640.36
HSV204°78°60°
CMYK 0.780.310.00   0.40
XYZ11.346312.693531.5578
Yxy12.69350.20410.2283
Hunter Lab35.6279-5.5026-27.5771
CIE-Lab42.2977-5.0906-31.8432

#216998 color RGB value is (33,105,152).

#216998 hex color red value is 33, green value is 105 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #216998 hue: 0.57 , saturation: 0.64 and the lightness value of 216998 is 0.36.

The process color (four color CMYK) of #216998 color hex is 0.78, 0.31, 0.00, 0.40. Web safe color of #216998 is #336699. Color #216998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101001 10011000
Octal 41 151 230
Decimal 33 105 152
Hex 21 69 98

RGB Percentages of Color #216998

%11.38
%36.21
%52.41

CMYK Percentages of Color #216998

%78
%31
%0
%40

Triadic Colors of #216998

#216998 #982169 #699821

Analogous Colors of #216998

#216998 #212d98 #21988c

Monochromatic Colors of #216998

#216998

Complementary Color

#216998 #985021

#216998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216998 Color CSS Codes

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

#216998 Text Font Color

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

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


#216998 Background Color

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

This div background color is #216998


#216998 Border Color

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

This div border color is #216998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216998


Comments

No comments written yet.

Please login to write comment.