Color Hex Logo

#214cde Color Hex

#214CDE
(33,76,222)
0 Favorites   0 Comments

Color spaces of #214cde

RGB 3376222
HSL0.630.740.50
HSV226°85°87°
CMYK 0.850.660.00   0.13
XYZ16.396510.766170.3211
Yxy10.76610.16820.1104
Hunter Lab32.811731.7785-104.1003
CIE-Lab39.183740.4784-77.7332

#214cde color RGB value is (33,76,222).

#214cde hex color red value is 33, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #214cde hue: 0.63 , saturation: 0.74 and the lightness value of 214cde is 0.50.

The process color (four color CMYK) of #214cde color hex is 0.85, 0.66, 0.00, 0.13. Web safe color of #214cde is #3333cc. Color #214cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 11011110
Octal 41 114 336
Decimal 33 76 222
Hex 21 4C DE

RGB Percentages of Color #214cde

%9.97
%22.96
%67.07

CMYK Percentages of Color #214cde

%85
%66
%0
%13

Triadic Colors of #214cde

#214cde #de214c #4cde21

Analogous Colors of #214cde

#214cde #5421de #21abde

Monochromatic Colors of #214cde

#214cde

Complementary Color

#214cde #deb321

#214cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#214cde Color CSS Codes

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

#214cde Text Font Color

<p style="color:#214cde">Text here</p>

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


#214cde Background Color

<div style="background-color:#214cde">
Div content here</div>

This div background color is #214cde


#214cde Border Color

<div style="border:3px solid #214cde">
Div here</div>

This div border color is #214cde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,76,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214cde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214cde;
  -webkit-box-shadow: 1px 1px 3px 2px #214cde;
  box-shadow:         1px 1px 3px 2px #214cde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214cde


Comments

No comments written yet.

Please login to write comment.