Color Hex Logo

#025570 Color Hex

#025570
(2,85,112)
0 Favorites   0 Comments

Color spaces of #025570

RGB 285112
HSL0.540.960.22
HSV195°98°44°
CMYK 0.980.240.00   0.56
XYZ6.19827.679816.4849
Yxy7.67980.20410.2529
Hunter Lab27.7125-8.5733-15.8703
CIE-Lab33.3069-11.2753-21.5835

#025570 color RGB value is (2,85,112).

#025570 hex color red value is 2, green value is 85 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #025570 hue: 0.54 , saturation: 0.96 and the lightness value of 025570 is 0.22.

The process color (four color CMYK) of #025570 color hex is 0.98, 0.24, 0.00, 0.56. Web safe color of #025570 is #006666. Color #025570 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010101 01110000
Octal 2 125 160
Decimal 2 85 112
Hex 2 55 70

RGB Percentages of Color #025570

%1.01
%42.71
%56.28

CMYK Percentages of Color #025570

%98
%24
%0
%56

Triadic Colors of #025570

#025570 #700255 #557002

Analogous Colors of #025570

#025570 #021e70 #027054

Monochromatic Colors of #025570

#025570

Complementary Color

#025570 #701d02

#025570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025570 Color CSS Codes

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

#025570 Text Font Color

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

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


#025570 Background Color

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

This div background color is #025570


#025570 Border Color

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

This div border color is #025570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025570


Comments

No comments written yet.

Please login to write comment.