Color Hex Logo

#021dea Color Hex

#021DEA
(2,29,234)
0 Favorites   0 Comments

Color spaces of #021dea

RGB 229234
HSL0.650.980.46
HSV233°99°92°
CMYK 0.990.880.00   0.08
XYZ15.31576.832178.3534
Yxy6.83210.15240.0680
Hunter Lab26.138358.8499-159.4338
CIE-Lab31.421667.6805-97.4625

#021dea color RGB value is (2,29,234).

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

The process color (four color CMYK) of #021dea color hex is 0.99, 0.88, 0.00, 0.08. Web safe color of #021dea is #0033ff. Color #021dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011101 11101010
Octal 2 35 352
Decimal 2 29 234
Hex 2 1D EA

RGB Percentages of Color #021dea

%0.75
%10.94
%88.30

CMYK Percentages of Color #021dea

%99
%88
%0
%8

Triadic Colors of #021dea

#021dea #ea021d #1dea02

Analogous Colors of #021dea

#021dea #5b02ea #0291ea

Monochromatic Colors of #021dea

#021dea

Complementary Color

#021dea #eacf02

#021dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#021dea Color CSS Codes

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

#021dea Text Font Color

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

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


#021dea Background Color

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

This div background color is #021dea


#021dea Border Color

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

This div border color is #021dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021dea


Comments

No comments written yet.

Please login to write comment.