Color Hex Logo

#216abf Color Hex

#216ABF
(33,106,191)
0 Favorites   0 Comments

Color spaces of #216abf

RGB 33106191
HSL0.590.710.44
HSV212°83°75°
CMYK 0.830.450.00   0.25
XYZ15.185214.393051.2680
Yxy14.39300.18780.1780
Hunter Lab37.93815.0552-53.5654
CIE-Lab44.79139.2772-50.7811

#216abf color RGB value is (33,106,191).

#216abf hex color red value is 33, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #216abf hue: 0.59 , saturation: 0.71 and the lightness value of 216abf is 0.44.

The process color (four color CMYK) of #216abf color hex is 0.83, 0.45, 0.00, 0.25. Web safe color of #216abf is #3366cc. Color #216abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101010 10111111
Octal 41 152 277
Decimal 33 106 191
Hex 21 6A BF

RGB Percentages of Color #216abf

%10.00
%32.12
%57.88

CMYK Percentages of Color #216abf

%83
%45
%0
%25

Triadic Colors of #216abf

#216abf #bf216a #6abf21

Analogous Colors of #216abf

#216abf #2721bf #21b9bf

Monochromatic Colors of #216abf

#216abf

Complementary Color

#216abf #bf7621

#216abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#216abf Color CSS Codes

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

#216abf Text Font Color

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

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


#216abf Background Color

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

This div background color is #216abf


#216abf Border Color

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

This div border color is #216abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216abf


Comments

No comments written yet.

Please login to write comment.