Color Hex Logo

#025489 Color Hex

#025489
(2,84,137)
0 Favorites   0 Comments

Color spaces of #025489

RGB 284137
HSL0.570.970.27
HSV204°99°54°
CMYK 0.990.390.00   0.46
XYZ7.71078.159724.8355
Yxy8.15970.18940.2005
Hunter Lab28.5652-1.8060-31.5530
CIE-Lab34.3133-0.4189-35.4519

#025489 color RGB value is (2,84,137).

#025489 hex color red value is 2, green value is 84 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #025489 hue: 0.57 , saturation: 0.97 and the lightness value of 025489 is 0.27.

The process color (four color CMYK) of #025489 color hex is 0.99, 0.39, 0.00, 0.46. Web safe color of #025489 is #006699. Color #025489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010100 10001001
Octal 2 124 211
Decimal 2 84 137
Hex 2 54 89

RGB Percentages of Color #025489

%0.90
%37.67
%61.43

CMYK Percentages of Color #025489

%99
%39
%0
%46

Triadic Colors of #025489

#025489 #890254 #548902

Analogous Colors of #025489

#025489 #021189 #02897b

Monochromatic Colors of #025489

#025489

Complementary Color

#025489 #893702

#025489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025489 Color CSS Codes

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

#025489 Text Font Color

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

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


#025489 Background Color

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

This div background color is #025489


#025489 Border Color

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

This div border color is #025489


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,84,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #025489; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #025489;
  -webkit-box-shadow: 1px 1px 3px 2px #025489;
  box-shadow:         1px 1px 3px 2px #025489; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025489


Comments

No comments written yet.

Please login to write comment.