Color Hex Logo

#07a156 Color Hex

#07A156
(7,161,86)
0 Favorites   0 Comments

Color spaces of #07a156

RGB 716186
HSL0.420.920.33
HSV151°96°63°
CMYK 0.960.000.47   0.37
XYZ14.512226.206813.0976
Yxy26.20680.26970.4870
Hunter Lab51.1926-38.985420.6655
CIE-Lab58.2328-52.729029.2596

#07a156 color RGB value is (7,161,86).

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

The process color (four color CMYK) of #07a156 color hex is 0.96, 0.00, 0.47, 0.37. Web safe color of #07a156 is #009966. Color #07a156 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10100001 01010110
Octal 7 241 126
Decimal 7 161 86
Hex 7 A1 56

RGB Percentages of Color #07a156

%2.76
%63.39
%33.86

CMYK Percentages of Color #07a156

%96
%0
%47
%37

Triadic Colors of #07a156

#07a156 #5607a1 #a15607

Analogous Colors of #07a156

#07a156 #079fa1 #07a109

Monochromatic Colors of #07a156

#07a156

Complementary Color

#07a156 #a10752

#07a156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07a156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07a156 Color CSS Codes

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

#07a156 Text Font Color

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

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


#07a156 Background Color

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

This div background color is #07a156


#07a156 Border Color

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

This div border color is #07a156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07a156


Comments

No comments written yet.

Please login to write comment.