Color Hex Logo

#025676 Color Hex

#025676
(2,86,118)
0 Favorites   0 Comments

Color spaces of #025676

RGB 286118
HSL0.550.970.24
HSV197°98°46°
CMYK 0.980.270.00   0.54
XYZ6.62287.976518.3301
Yxy7.97650.20110.2422
Hunter Lab28.2427-7.5672-18.7106
CIE-Lab33.9339-9.4833-24.3399

#025676 color RGB value is (2,86,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010110 01110110
Octal 2 126 166
Decimal 2 86 118
Hex 2 56 76

RGB Percentages of Color #025676

%0.97
%41.75
%57.28

CMYK Percentages of Color #025676

%98
%27
%0
%54

Triadic Colors of #025676

#025676 #760256 #567602

Analogous Colors of #025676

#025676 #021c76 #02765c

Monochromatic Colors of #025676

#025676

Complementary Color

#025676 #762202

#025676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025676 Color CSS Codes

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

#025676 Text Font Color

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

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


#025676 Background Color

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

This div background color is #025676


#025676 Border Color

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

This div border color is #025676


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,86,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 #025676">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025676


Comments

No comments written yet.

Please login to write comment.