Color Hex Logo

#216daf Color Hex

#216DAF
(33,109,175)
0 Favorites   0 Comments

Color spaces of #216daf

RGB 33109175
HSL0.580.680.41
HSV208°81°69°
CMYK 0.810.380.00   0.31
XYZ13.833714.355842.5993
Yxy14.35580.19540.2028
Hunter Lab37.8890-1.1336-40.1384
CIE-Lab44.73891.2029-41.5552

#216daf color RGB value is (33,109,175).

#216daf hex color red value is 33, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #216daf hue: 0.58 , saturation: 0.68 and the lightness value of 216daf is 0.41.

The process color (four color CMYK) of #216daf color hex is 0.81, 0.38, 0.00, 0.31. Web safe color of #216daf is #336699. Color #216daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101101 10101111
Octal 41 155 257
Decimal 33 109 175
Hex 21 6D AF

RGB Percentages of Color #216daf

%10.41
%34.38
%55.21

CMYK Percentages of Color #216daf

%81
%38
%0
%31

Triadic Colors of #216daf

#216daf #af216d #6daf21

Analogous Colors of #216daf

#216daf #2126af #21afaa

Monochromatic Colors of #216daf

#216daf

Complementary Color

#216daf #af6321

#216daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#216daf Color CSS Codes

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

#216daf Text Font Color

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

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


#216daf Background Color

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

This div background color is #216daf


#216daf Border Color

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

This div border color is #216daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216daf


Comments

No comments written yet.

Please login to write comment.