Color Hex Logo

#07a458 Color Hex

#07A458
(7,164,88)
0 Favorites   0 Comments

Color spaces of #07a458

RGB 716488
HSL0.420.920.34
HSV151°96°64°
CMYK 0.960.000.46   0.36
XYZ15.124527.300713.7049
Yxy27.30070.26950.4864
Hunter Lab52.2501-39.768421.0236
CIE-Lab59.2516-53.413629.5132

#07a458 color RGB value is (7,164,88).

#07a458 hex color red value is 7, green value is 164 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #07a458 hue: 0.42 , saturation: 0.92 and the lightness value of 07a458 is 0.34.

The process color (four color CMYK) of #07a458 color hex is 0.96, 0.00, 0.46, 0.36. Web safe color of #07a458 is #009966. Color #07a458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10100100 01011000
Octal 7 244 130
Decimal 7 164 88
Hex 7 A4 58

RGB Percentages of Color #07a458

%2.70
%63.32
%33.98

CMYK Percentages of Color #07a458

%96
%0
%46
%36

Triadic Colors of #07a458

#07a458 #5807a4 #a45807

Analogous Colors of #07a458

#07a458 #07a2a4 #07a40a

Monochromatic Colors of #07a458

#07a458

Complementary Color

#07a458 #a40753

#07a458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07a458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07a458 Color CSS Codes

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

#07a458 Text Font Color

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

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


#07a458 Background Color

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

This div background color is #07a458


#07a458 Border Color

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

This div border color is #07a458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07a458


Comments

No comments written yet.

Please login to write comment.