Color Hex Logo

#021ebe Color Hex

#021EBE
(2,30,190)
0 Favorites   0 Comments

Color spaces of #021ebe

RGB 230190
HSL0.640.980.38
HSV231°99°75°
CMYK 0.990.840.00   0.25
XYZ9.78364.659249.0989
Yxy4.65920.15400.0733
Hunter Lab21.585243.1320-119.7548
CIE-Lab25.740954.4099-81.4006

#021ebe color RGB value is (2,30,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011110 10111110
Octal 2 36 276
Decimal 2 30 190
Hex 2 1E BE

RGB Percentages of Color #021ebe

%0.90
%13.51
%85.59

CMYK Percentages of Color #021ebe

%99
%84
%0
%25

Triadic Colors of #021ebe

#021ebe #be021e #1ebe02

Analogous Colors of #021ebe

#021ebe #4402be #027cbe

Monochromatic Colors of #021ebe

#021ebe

Complementary Color

#021ebe #bea202

#021ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#021ebe Color CSS Codes

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

#021ebe Text Font Color

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

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


#021ebe Background Color

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

This div background color is #021ebe


#021ebe Border Color

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

This div border color is #021ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021ebe


Comments

No comments written yet.

Please login to write comment.