Color Hex Logo

#025eea Color Hex

#025EEA
(2,94,234)
0 Favorites   0 Comments

Color spaces of #025eea

RGB 294234
HSL0.600.980.46
HSV216°99°92°
CMYK 0.990.600.00   0.08
XYZ18.879013.958879.5412
Yxy13.95880.16800.1242
Hunter Lab37.361524.8146-100.0732
CIE-Lab44.173832.3619-76.3771

#025eea color RGB value is (2,94,234).

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

The process color (four color CMYK) of #025eea color hex is 0.99, 0.60, 0.00, 0.08. Web safe color of #025eea is #0066ff. Color #025eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011110 11101010
Octal 2 136 352
Decimal 2 94 234
Hex 2 5E EA

RGB Percentages of Color #025eea

%0.61
%28.48
%70.91

CMYK Percentages of Color #025eea

%99
%60
%0
%8

Triadic Colors of #025eea

#025eea #ea025e #5eea02

Analogous Colors of #025eea

#025eea #1a02ea #02d2ea

Monochromatic Colors of #025eea

#025eea

Complementary Color

#025eea #ea8e02

#025eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#025eea Color CSS Codes

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

#025eea Text Font Color

<p style="color:#025eea">Text here</p>

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


#025eea Background Color

<div style="background-color:#025eea">
Div content here</div>

This div background color is #025eea


#025eea Border Color

<div style="border:3px solid #025eea">
Div here</div>

This div border color is #025eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,94,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 #025eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025eea


Comments

No comments written yet.

Please login to write comment.