Color Hex Logo

#216fed Color Hex

#216FED
(33,111,237)
0 Favorites   0 Comments

Color spaces of #216fed

RGB 33111237
HSL0.600.850.53
HSV217°86°93°
CMYK 0.860.530.00   0.07
XYZ21.597717.806682.4195
Yxy17.80660.17730.1462
Hunter Lab42.197917.5135-86.2648
CIE-Lab49.260723.8162-69.7536

#216fed color RGB value is (33,111,237).

#216fed hex color red value is 33, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #216fed hue: 0.60 , saturation: 0.85 and the lightness value of 216fed is 0.53.

The process color (four color CMYK) of #216fed color hex is 0.86, 0.53, 0.00, 0.07. Web safe color of #216fed is #3366ff. Color #216fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101111 11101101
Octal 41 157 355
Decimal 33 111 237
Hex 21 6F ED

RGB Percentages of Color #216fed

%8.66
%29.13
%62.20

CMYK Percentages of Color #216fed

%86
%53
%0
%7

Triadic Colors of #216fed

#216fed #ed216f #6fed21

Analogous Colors of #216fed

#216fed #3921ed #21d5ed

Monochromatic Colors of #216fed

#216fed

Complementary Color

#216fed #ed9f21

#216fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#216fed Color CSS Codes

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

#216fed Text Font Color

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

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


#216fed Background Color

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

This div background color is #216fed


#216fed Border Color

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

This div border color is #216fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216fed


Comments

No comments written yet.

Please login to write comment.