Color Hex Logo

#025976 Color Hex

#025976
(2,89,118)
0 Favorites   0 Comments

Color spaces of #025976

RGB 289118
HSL0.540.970.24
HSV195°98°46°
CMYK 0.980.250.00   0.54
XYZ6.86748.465718.4116
Yxy8.46570.20350.2509
Hunter Lab29.0959-8.7870-17.1510
CIE-Lab34.9345-11.2940-22.7781

#025976 color RGB value is (2,89,118).

#025976 hex color red value is 2, green value is 89 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #025976 hue: 0.54 , saturation: 0.97 and the lightness value of 025976 is 0.24.

The process color (four color CMYK) of #025976 color hex is 0.98, 0.25, 0.00, 0.54. Web safe color of #025976 is #006666. Color #025976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011001 01110110
Octal 2 131 166
Decimal 2 89 118
Hex 2 59 76

RGB Percentages of Color #025976

%0.96
%42.58
%56.46

CMYK Percentages of Color #025976

%98
%25
%0
%54

Triadic Colors of #025976

#025976 #760259 #597602

Analogous Colors of #025976

#025976 #021f76 #027659

Monochromatic Colors of #025976

#025976

Complementary Color

#025976 #761f02

#025976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025976 Color CSS Codes

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

#025976 Text Font Color

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

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


#025976 Background Color

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

This div background color is #025976


#025976 Border Color

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

This div border color is #025976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025976


Comments

No comments written yet.

Please login to write comment.