Color Hex Logo

#020efd Color Hex

#020EFD
(2,14,253)
0 Favorites   0 Comments

Color spaces of #020efd

RGB 214253
HSL0.660.980.50
HSV237°99°99°
CMYK 0.990.940.00   0.01
XYZ17.91177.418893.4164
Yxy7.41880.15080.0625
Hunter Lab27.237569.7182-184.2808
CIE-Lab32.741976.5671-106.0048

#020efd color RGB value is (2,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00001110 11111101
Octal 2 16 375
Decimal 2 14 253
Hex 2 E FD

RGB Percentages of Color #020efd

%0.74
%5.20
%94.05

CMYK Percentages of Color #020efd

%99
%94
%0
%1

Triadic Colors of #020efd

#020efd #fd020e #0efd02

Analogous Colors of #020efd

#020efd #7402fd #028cfd

Monochromatic Colors of #020efd

#020efd

Complementary Color

#020efd #fdf102

#020efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#020efd Color CSS Codes

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

#020efd Text Font Color

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

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


#020efd Background Color

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

This div background color is #020efd


#020efd Border Color

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

This div border color is #020efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020efd

#020efd Color Palettes


Comments

No comments written yet.

Please login to write comment.