Color Hex Logo

#021eda Color Hex

#021EDA
(2,30,218)
0 Favorites   0 Comments

Color spaces of #021eda

RGB 230218
HSL0.650.980.43
HSV232°99°85°
CMYK 0.990.860.00   0.15
XYZ13.14426.003466.7957
Yxy6.00340.15290.0699
Hunter Lab24.501852.8795-144.4822
CIE-Lab29.421062.7840-91.6268

#021eda color RGB value is (2,30,218).

#021eda hex color red value is 2, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #021eda hue: 0.65 , saturation: 0.98 and the lightness value of 021eda is 0.43.

The process color (four color CMYK) of #021eda color hex is 0.99, 0.86, 0.00, 0.15. Web safe color of #021eda is #0033cc. Color #021eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011110 11011010
Octal 2 36 332
Decimal 2 30 218
Hex 2 1E DA

RGB Percentages of Color #021eda

%0.80
%12.00
%87.20

CMYK Percentages of Color #021eda

%99
%86
%0
%15

Triadic Colors of #021eda

#021eda #da021e #1eda02

Analogous Colors of #021eda

#021eda #5202da #028ada

Monochromatic Colors of #021eda

#021eda

Complementary Color

#021eda #dabe02

#021eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#021eda Color CSS Codes

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

#021eda Text Font Color

<p style="color:#021eda">Text here</p>

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


#021eda Background Color

<div style="background-color:#021eda">
Div content here</div>

This div background color is #021eda


#021eda Border Color

<div style="border:3px solid #021eda">
Div here</div>

This div border color is #021eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,30,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #021eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #021eda;
  -webkit-box-shadow: 1px 1px 3px 2px #021eda;
  box-shadow:         1px 1px 3px 2px #021eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021eda


Comments

No comments written yet.

Please login to write comment.