Color Hex Logo

#216bfd Color Hex

#216BFD
(33,107,253)
0 Favorites   0 Comments

Color spaces of #216bfd

RGB 33107253
HSL0.610.980.56
HSV220°87°99°
CMYK 0.870.580.00   0.01
XYZ23.614517.930695.1448
Yxy17.93060.17280.1312
Hunter Lab42.344525.4421-103.5787
CIE-Lab49.411832.3808-78.4285

#216bfd color RGB value is (33,107,253).

#216bfd hex color red value is 33, green value is 107 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #216bfd hue: 0.61 , saturation: 0.98 and the lightness value of 216bfd is 0.56.

The process color (four color CMYK) of #216bfd color hex is 0.87, 0.58, 0.00, 0.01. Web safe color of #216bfd is #3366ff. Color #216bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101011 11111101
Octal 41 153 375
Decimal 33 107 253
Hex 21 6B FD

RGB Percentages of Color #216bfd

%8.40
%27.23
%64.38

CMYK Percentages of Color #216bfd

%87
%58
%0
%1

Triadic Colors of #216bfd

#216bfd #fd216b #6bfd21

Analogous Colors of #216bfd

#216bfd #4521fd #21d9fd

Monochromatic Colors of #216bfd

#216bfd

Complementary Color

#216bfd #fdb321

#216bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#216bfd Color CSS Codes

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

#216bfd Text Font Color

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

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


#216bfd Background Color

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

This div background color is #216bfd


#216bfd Border Color

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

This div border color is #216bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.