Color Hex Logo

#07b906 Color Hex

#07B906
(7,185,6)
0 Favorites   0 Comments

Color spaces of #07b906

RGB 71856
HSL0.330.940.37
HSV120°97°73°
CMYK 0.960.000.97   0.27
XYZ17.469534.75625.9602
Yxy34.75620.30020.5973
Hunter Lab58.9544-50.276735.2739
CIE-Lab65.5584-67.262064.6792

#07b906 color RGB value is (7,185,6).

#07b906 hex color red value is 7, green value is 185 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #07b906 hue: 0.33 , saturation: 0.94 and the lightness value of 07b906 is 0.37.

The process color (four color CMYK) of #07b906 color hex is 0.96, 0.00, 0.97, 0.27. Web safe color of #07b906 is #00cc00. Color #07b906 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10111001 00000110
Octal 7 271 6
Decimal 7 185 6
Hex 7 B9 6

RGB Percentages of Color #07b906

%3.54
%93.43
%3.03

CMYK Percentages of Color #07b906

%96
%0
%97
%27

Triadic Colors of #07b906

#07b906 #0607b9 #b90607

Analogous Colors of #07b906

#07b906 #06b95f #61b906

Monochromatic Colors of #07b906

#07b906

Complementary Color

#07b906 #b806b9

#07b906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07b906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07b906 Color CSS Codes

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

#07b906 Text Font Color

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

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


#07b906 Background Color

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

This div background color is #07b906


#07b906 Border Color

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

This div border color is #07b906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07b906


Comments

No comments written yet.

Please login to write comment.