Color Hex Logo

#025713 Color Hex

#025713
(2,87,19)
0 Favorites   0 Comments

Color spaces of #025713

RGB 28719
HSL0.370.960.17
HSV132°98°34°
CMYK 0.980.000.78   0.66
XYZ3.55086.87631.7562
Yxy6.87630.29140.5644
Hunter Lab26.2227-21.719114.3851
CIE-Lab31.5236-37.696031.4051

#025713 color RGB value is (2,87,19).

#025713 hex color red value is 2, green value is 87 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #025713 hue: 0.37 , saturation: 0.96 and the lightness value of 025713 is 0.17.

The process color (four color CMYK) of #025713 color hex is 0.98, 0.00, 0.78, 0.66. Web safe color of #025713 is #006600. Color #025713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010111 00010011
Octal 2 127 23
Decimal 2 87 19
Hex 2 57 13

RGB Percentages of Color #025713

%1.85
%80.56
%17.59

CMYK Percentages of Color #025713

%98
%0
%78
%66

Triadic Colors of #025713

#025713 #130257 #571302

Analogous Colors of #025713

#025713 #02573e #1c5702

Monochromatic Colors of #025713

#025713

Complementary Color

#025713 #570246

#025713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025713 Color CSS Codes

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

#025713 Text Font Color

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

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


#025713 Background Color

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

This div background color is #025713


#025713 Border Color

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

This div border color is #025713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025713


Comments

No comments written yet.

Please login to write comment.