Color Hex Logo

#025809 Color Hex

#025809
(2,88,9)
0 Favorites   0 Comments

Color spaces of #025809

RGB 2889
HSL0.350.960.18
HSV125°98°35°
CMYK 0.980.000.90   0.65
XYZ3.56417.01211.4241
Yxy7.01210.29700.5843
Hunter Lab26.4804-22.315615.3477
CIE-Lab31.8344-38.827235.3512

#025809 color RGB value is (2,88,9).

#025809 hex color red value is 2, green value is 88 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #025809 hue: 0.35 , saturation: 0.96 and the lightness value of 025809 is 0.18.

The process color (four color CMYK) of #025809 color hex is 0.98, 0.00, 0.90, 0.65. Web safe color of #025809 is #006600. Color #025809 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011000 00001001
Octal 2 130 11
Decimal 2 88 9
Hex 2 58 9

RGB Percentages of Color #025809

%2.02
%88.89
%9.09

CMYK Percentages of Color #025809

%98
%0
%90
%65

Triadic Colors of #025809

#025809 #090258 #580902

Analogous Colors of #025809

#025809 #025834 #265802

Monochromatic Colors of #025809

#025809

Complementary Color

#025809 #580251

#025809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025809 Color CSS Codes

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

#025809 Text Font Color

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

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


#025809 Background Color

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

This div background color is #025809


#025809 Border Color

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

This div border color is #025809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025809


Comments

No comments written yet.

Please login to write comment.