Color Hex Logo

#025eda Color Hex

#025EDA
(2,94,218)
0 Favorites   0 Comments

Color spaces of #025eda

RGB 294218
HSL0.600.980.43
HSV214°99°85°
CMYK 0.990.570.00   0.15
XYZ16.682613.080367.9751
Yxy13.08030.17070.1338
Hunter Lab36.166719.0449-86.1185
CIE-Lab42.884026.1384-69.4091

#025eda color RGB value is (2,94,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011110 11011010
Octal 2 136 332
Decimal 2 94 218
Hex 2 5E DA

RGB Percentages of Color #025eda

%0.64
%29.94
%69.43

CMYK Percentages of Color #025eda

%99
%57
%0
%15

Triadic Colors of #025eda

#025eda #da025e #5eda02

Analogous Colors of #025eda

#025eda #1202da #02cada

Monochromatic Colors of #025eda

#025eda

Complementary Color

#025eda #da7e02

#025eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#025eda Color CSS Codes

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

#025eda Text Font Color

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

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


#025eda Background Color

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

This div background color is #025eda


#025eda Border Color

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

This div border color is #025eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025eda


Comments

No comments written yet.

Please login to write comment.