Color Hex Logo

#025ade Color Hex

#025ADE
(2,90,222)
0 Favorites   0 Comments

Color spaces of #025ade

RGB 290222
HSL0.600.980.44
HSV216°99°87°
CMYK 0.990.590.00   0.13
XYZ16.866012.599270.6502
Yxy12.59920.16850.1258
Hunter Lab35.495422.6993-93.1645
CIE-Lab42.153030.3112-72.8829

#025ade color RGB value is (2,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011010 11011110
Octal 2 132 336
Decimal 2 90 222
Hex 2 5A DE

RGB Percentages of Color #025ade

%0.64
%28.66
%70.70

CMYK Percentages of Color #025ade

%99
%59
%0
%13

Triadic Colors of #025ade

#025ade #de025a #5ade02

Analogous Colors of #025ade

#025ade #1802de #02c8de

Monochromatic Colors of #025ade

#025ade

Complementary Color

#025ade #de8602

#025ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#025ade Color CSS Codes

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

#025ade Text Font Color

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

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


#025ade Background Color

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

This div background color is #025ade


#025ade Border Color

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

This div border color is #025ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025ade


Comments

No comments written yet.

Please login to write comment.