Color Hex Logo

#020edb Color Hex

#020EDB
(2,14,219)
0 Favorites   0 Comments

Color spaces of #020edb

RGB 214219
HSL0.660.980.43
HSV237°99°86°
CMYK 0.990.940.00   0.14
XYZ12.96835.441567.3846
Yxy5.44150.15120.0634
Hunter Lab23.327058.4120-154.9417
CIE-Lab27.957367.9347-94.6484

#020edb color RGB value is (2,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00001110 11011011
Octal 2 16 333
Decimal 2 14 219
Hex 2 E DB

RGB Percentages of Color #020edb

%0.85
%5.96
%93.19

CMYK Percentages of Color #020edb

%99
%94
%0
%14

Triadic Colors of #020edb

#020edb #db020e #0edb02

Analogous Colors of #020edb

#020edb #6202db #027bdb

Monochromatic Colors of #020edb

#020edb

Complementary Color

#020edb #dbcf02

#020edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#020edb Color CSS Codes

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

#020edb Text Font Color

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

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


#020edb Background Color

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

This div background color is #020edb


#020edb Border Color

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

This div border color is #020edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020edb


Comments

No comments written yet.

Please login to write comment.