Color Hex Logo

#021eab Color Hex

#021EAB
(2,30,171)
0 Favorites   0 Comments

Color spaces of #021eab

RGB 230171
HSL0.640.980.34
HSV230°99°67°
CMYK 0.990.820.00   0.33
XYZ7.84003.881738.8641
Yxy3.88170.15500.0767
Hunter Lab19.702036.5517-103.1637
CIE-Lab23.276448.3570-74.1528

#021eab color RGB value is (2,30,171).

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

The process color (four color CMYK) of #021eab color hex is 0.99, 0.82, 0.00, 0.33. Web safe color of #021eab is #003399. Color #021eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011110 10101011
Octal 2 36 253
Decimal 2 30 171
Hex 2 1E AB

RGB Percentages of Color #021eab

%0.99
%14.78
%84.24

CMYK Percentages of Color #021eab

%99
%82
%0
%33

Triadic Colors of #021eab

#021eab #ab021e #1eab02

Analogous Colors of #021eab

#021eab #3b02ab #0273ab

Monochromatic Colors of #021eab

#021eab

Complementary Color

#021eab #ab8f02

#021eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#021eab Color CSS Codes

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

#021eab Text Font Color

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

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


#021eab Background Color

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

This div background color is #021eab


#021eab Border Color

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

This div border color is #021eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021eab


Comments

No comments written yet.

Please login to write comment.