Color Hex Logo

#216efc Color Hex

#216EFC
(33,110,252)
0 Favorites   0 Comments

Color spaces of #216efc

RGB 33110252
HSL0.610.970.56
HSV219°87°99°
CMYK 0.870.560.00   0.01
XYZ23.773818.503594.4140
Yxy18.50350.17390.1354
Hunter Lab43.015723.3754-100.0231
CIE-Lab50.101230.1146-76.7491

#216efc color RGB value is (33,110,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101110 11111100
Octal 41 156 374
Decimal 33 110 252
Hex 21 6E FC

RGB Percentages of Color #216efc

%8.35
%27.85
%63.80

CMYK Percentages of Color #216efc

%87
%56
%0
%1

Triadic Colors of #216efc

#216efc #fc216e #6efc21

Analogous Colors of #216efc

#216efc #4221fc #21dcfc

Monochromatic Colors of #216efc

#216efc

Complementary Color

#216efc #fcaf21

#216efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#216efc Color CSS Codes

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

#216efc Text Font Color

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

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


#216efc Background Color

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

This div background color is #216efc


#216efc Border Color

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

This div border color is #216efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216efc

Related Colors


Comments

No comments written yet.

Please login to write comment.