Color Hex Logo

#025abb Color Hex

#025ABB
(2,90,187)
0 Favorites   0 Comments

Color spaces of #025abb

RGB 290187
HSL0.590.980.37
HSV211°99°73°
CMYK 0.990.520.00   0.27
XYZ12.650810.913148.4534
Yxy10.91310.17570.1515
Hunter Lab33.035010.5456-63.8379
CIE-Lab39.433716.3492-57.1172

#025abb color RGB value is (2,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011010 10111011
Octal 2 132 273
Decimal 2 90 187
Hex 2 5A BB

RGB Percentages of Color #025abb

%0.72
%32.26
%67.03

CMYK Percentages of Color #025abb

%99
%52
%0
%27

Triadic Colors of #025abb

#025abb #bb025a #5abb02

Analogous Colors of #025abb

#025abb #0702bb #02b7bb

Monochromatic Colors of #025abb

#025abb

Complementary Color

#025abb #bb6302

#025abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#025abb Color CSS Codes

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

#025abb Text Font Color

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

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


#025abb Background Color

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

This div background color is #025abb


#025abb Border Color

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

This div border color is #025abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025abb


Comments

No comments written yet.

Please login to write comment.