Color Hex Logo

#214ede Color Hex

#214EDE
(33,78,222)
0 Favorites   0 Comments

Color spaces of #214ede

RGB 3378222
HSL0.630.740.50
HSV226°85°87°
CMYK 0.850.650.00   0.13
XYZ16.536411.046070.3678
Yxy11.04600.16880.1128
Hunter Lab33.235530.6509-102.2667
CIE-Lab39.657839.2240-76.9540

#214ede color RGB value is (33,78,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001110 11011110
Octal 41 116 336
Decimal 33 78 222
Hex 21 4E DE

RGB Percentages of Color #214ede

%9.91
%23.42
%66.67

CMYK Percentages of Color #214ede

%85
%65
%0
%13

Triadic Colors of #214ede

#214ede #de214e #4ede21

Analogous Colors of #214ede

#214ede #5221de #21adde

Monochromatic Colors of #214ede

#214ede

Complementary Color

#214ede #deb121

#214ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#214ede Color CSS Codes

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

#214ede Text Font Color

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

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


#214ede Background Color

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

This div background color is #214ede


#214ede Border Color

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

This div border color is #214ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,78,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 #214ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214ede


Comments

No comments written yet.

Please login to write comment.