Color Hex Logo

#020edc Color Hex

#020EDC
(2,14,220)
0 Favorites   0 Comments

Color spaces of #020edc

RGB 214220
HSL0.660.980.44
HSV237°99°86°
CMYK 0.990.940.00   0.14
XYZ13.10035.494368.0802
Yxy5.49430.15110.0634
Hunter Lab23.439958.7417-155.7972
CIE-Lab28.099068.1942-94.9886

#020edc color RGB value is (2,14,220).

#020edc hex color red value is 2, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #020edc hue: 0.66 , saturation: 0.98 and the lightness value of 020edc is 0.44.

The process color (four color CMYK) of #020edc color hex is 0.99, 0.94, 0.00, 0.14. Web safe color of #020edc is #0000cc. Color #020edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00001110 11011100
Octal 2 16 334
Decimal 2 14 220
Hex 2 E DC

RGB Percentages of Color #020edc

%0.85
%5.93
%93.22

CMYK Percentages of Color #020edc

%99
%94
%0
%14

Triadic Colors of #020edc

#020edc #dc020e #0edc02

Analogous Colors of #020edc

#020edc #6302dc #027bdc

Monochromatic Colors of #020edc

#020edc

Complementary Color

#020edc #dcd002

#020edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#020edc Color CSS Codes

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

#020edc Text Font Color

<p style="color:#020edc">Text here</p>

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


#020edc Background Color

<div style="background-color:#020edc">
Div content here</div>

This div background color is #020edc


#020edc Border Color

<div style="border:3px solid #020edc">
Div here</div>

This div border color is #020edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,14,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #020edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #020edc;
  -webkit-box-shadow: 1px 1px 3px 2px #020edc;
  box-shadow:         1px 1px 3px 2px #020edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020edc


Comments

No comments written yet.

Please login to write comment.