Color Hex Logo

#025429 Color Hex

#025429
(2,84,41)
0 Favorites   0 Comments

Color spaces of #025429

RGB 28441
HSL0.410.950.17
HSV149°98°33°
CMYK 0.980.000.51   0.67
XYZ3.59566.51363.1656
Yxy6.51360.27090.4907
Hunter Lab25.5218-19.515310.5112
CIE-Lab30.6729-33.329118.9724

#025429 color RGB value is (2,84,41).

#025429 hex color red value is 2, green value is 84 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #025429 hue: 0.41 , saturation: 0.95 and the lightness value of 025429 is 0.17.

The process color (four color CMYK) of #025429 color hex is 0.98, 0.00, 0.51, 0.67. Web safe color of #025429 is #006633. Color #025429 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010100 00101001
Octal 2 124 51
Decimal 2 84 41
Hex 2 54 29

RGB Percentages of Color #025429

%1.57
%66.14
%32.28

CMYK Percentages of Color #025429

%98
%0
%51
%67

Triadic Colors of #025429

#025429 #290254 #542902

Analogous Colors of #025429

#025429 #025452 #045402

Monochromatic Colors of #025429

#025429

Complementary Color

#025429 #54022d

#025429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#025429 Color CSS Codes

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

#025429 Text Font Color

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

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


#025429 Background Color

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

This div background color is #025429


#025429 Border Color

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

This div border color is #025429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025429


Comments

No comments written yet.

Please login to write comment.