Color Hex Logo

#029063 Color Hex

#029063
(2,144,99)
0 Favorites   0 Comments

Color spaces of #029063

RGB 214499
HSL0.450.970.29
HSV161°99°56°
CMYK 0.990.000.31   0.44
XYZ12.250420.860315.1852
Yxy20.86030.25370.4319
Hunter Lab45.6731-32.050712.2587
CIE-Lab52.7963-43.970214.8972

#029063 color RGB value is (2,144,99).

#029063 hex color red value is 2, green value is 144 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #029063 hue: 0.45 , saturation: 0.97 and the lightness value of 029063 is 0.29.

The process color (four color CMYK) of #029063 color hex is 0.99, 0.00, 0.31, 0.44. Web safe color of #029063 is #009966. Color #029063 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010000 01100011
Octal 2 220 143
Decimal 2 144 99
Hex 2 90 63

RGB Percentages of Color #029063

%0.82
%58.78
%40.41

CMYK Percentages of Color #029063

%99
%0
%31
%44

Triadic Colors of #029063

#029063 #630290 #906302

Analogous Colors of #029063

#029063 #027690 #02901c

Monochromatic Colors of #029063

#029063

Complementary Color

#029063 #90022f

#029063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029063 Color CSS Codes

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

#029063 Text Font Color

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

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


#029063 Background Color

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

This div background color is #029063


#029063 Border Color

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

This div border color is #029063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029063


Comments

No comments written yet.

Please login to write comment.