Color Hex Logo

#216baf Color Hex

#216BAF
(33,107,175)
0 Favorites   0 Comments

Color spaces of #216baf

RGB 33107175
HSL0.580.680.41
HSV209°81°69°
CMYK 0.810.390.00   0.31
XYZ13.622813.933942.5289
Yxy13.93390.19440.1988
Hunter Lab37.3281-0.1812-41.4209
CIE-Lab44.13802.4498-42.5107

#216baf color RGB value is (33,107,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101011 10101111
Octal 41 153 257
Decimal 33 107 175
Hex 21 6B AF

RGB Percentages of Color #216baf

%10.48
%33.97
%55.56

CMYK Percentages of Color #216baf

%81
%39
%0
%31

Triadic Colors of #216baf

#216baf #af216b #6baf21

Analogous Colors of #216baf

#216baf #2124af #21afac

Monochromatic Colors of #216baf

#216baf

Complementary Color

#216baf #af6521

#216baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#216baf Color CSS Codes

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

#216baf Text Font Color

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

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


#216baf Background Color

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

This div background color is #216baf


#216baf Border Color

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

This div border color is #216baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,107,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 #216baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216baf


Comments

No comments written yet.

Please login to write comment.