Color Hex Logo

#025dea Color Hex

#025DEA
(2,93,234)
0 Favorites   0 Comments

Color spaces of #025dea

RGB 293234
HSL0.600.980.46
HSV216°99°92°
CMYK 0.990.600.00   0.08
XYZ18.790713.782179.5117
Yxy13.78210.16760.1230
Hunter Lab37.124325.3816-100.9987
CIE-Lab43.918833.0054-76.7945

#025dea color RGB value is (2,93,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011101 11101010
Octal 2 135 352
Decimal 2 93 234
Hex 2 5D EA

RGB Percentages of Color #025dea

%0.61
%28.27
%71.12

CMYK Percentages of Color #025dea

%99
%60
%0
%8

Triadic Colors of #025dea

#025dea #ea025d #5dea02

Analogous Colors of #025dea

#025dea #1b02ea #02d1ea

Monochromatic Colors of #025dea

#025dea

Complementary Color

#025dea #ea8f02

#025dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#025dea Color CSS Codes

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

#025dea Text Font Color

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

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


#025dea Background Color

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

This div background color is #025dea


#025dea Border Color

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

This div border color is #025dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025dea


Comments

No comments written yet.

Please login to write comment.