Color Hex Logo

#025f07 Color Hex

#025F07
(2,95,7)
0 Favorites   0 Comments

Color spaces of #025f07

RGB 2957
HSL0.340.960.19
HSV123°98°37°
CMYK 0.980.000.93   0.63
XYZ4.15568.21271.5672
Yxy8.21270.29820.5893
Hunter Lab28.6578-24.267316.8181
CIE-Lab34.4220-41.191938.2842

#025f07 color RGB value is (2,95,7).

#025f07 hex color red value is 2, green value is 95 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #025f07 hue: 0.34 , saturation: 0.96 and the lightness value of 025f07 is 0.19.

The process color (four color CMYK) of #025f07 color hex is 0.98, 0.00, 0.93, 0.63. Web safe color of #025f07 is #006600. Color #025f07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011111 00000111
Octal 2 137 7
Decimal 2 95 7
Hex 2 5F 7

RGB Percentages of Color #025f07

%1.92
%91.35
%6.73

CMYK Percentages of Color #025f07

%98
%0
%93
%63

Triadic Colors of #025f07

#025f07 #07025f #5f0702

Analogous Colors of #025f07

#025f07 #025f36 #2b5f02

Monochromatic Colors of #025f07

#025f07

Complementary Color

#025f07 #5f025a

#025f07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025f07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025f07 Color CSS Codes

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

#025f07 Text Font Color

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

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


#025f07 Background Color

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

This div background color is #025f07


#025f07 Border Color

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

This div border color is #025f07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,95,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #025f07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #025f07;
  -webkit-box-shadow: 1px 1px 3px 2px #025f07;
  box-shadow:         1px 1px 3px 2px #025f07; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025f07


Comments

No comments written yet.

Please login to write comment.