Color Hex Logo

#025aba Color Hex

#025ABA
(2,90,186)
0 Favorites   0 Comments

Color spaces of #025aba

RGB 290186
HSL0.590.980.37
HSV211°99°73°
CMYK 0.990.520.00   0.27
XYZ12.544110.870447.8914
Yxy10.87040.17590.1524
Hunter Lab32.970310.2153-63.0432
CIE-Lab39.361315.9415-56.6494

#025aba color RGB value is (2,90,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011010 10111010
Octal 2 132 272
Decimal 2 90 186
Hex 2 5A BA

RGB Percentages of Color #025aba

%0.72
%32.37
%66.91

CMYK Percentages of Color #025aba

%99
%52
%0
%27

Triadic Colors of #025aba

#025aba #ba025a #5aba02

Analogous Colors of #025aba

#025aba #0602ba #02b6ba

Monochromatic Colors of #025aba

#025aba

Complementary Color

#025aba #ba6202

#025aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#025aba Color CSS Codes

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

#025aba Text Font Color

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

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


#025aba Background Color

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

This div background color is #025aba


#025aba Border Color

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

This div border color is #025aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025aba


Comments

No comments written yet.

Please login to write comment.