Color Hex Logo

#07b082 Color Hex

#07B082
(7,176,130)
0 Favorites   0 Comments

Color spaces of #07b082

RGB 7176130
HSL0.450.920.36
HSV164°96°69°
CMYK 0.960.000.26   0.31
XYZ19.642232.707526.3970
Yxy32.70750.24940.4154
Hunter Lab57.1905-38.777112.6673
CIE-Lab63.9234-48.886313.0908

#07b082 color RGB value is (7,176,130).

#07b082 hex color red value is 7, green value is 176 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #07b082 hue: 0.45 , saturation: 0.92 and the lightness value of 07b082 is 0.36.

The process color (four color CMYK) of #07b082 color hex is 0.96, 0.00, 0.26, 0.31. Web safe color of #07b082 is #009999. Color #07b082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10110000 10000010
Octal 7 260 202
Decimal 7 176 130
Hex 7 B0 82

RGB Percentages of Color #07b082

%2.24
%56.23
%41.53

CMYK Percentages of Color #07b082

%96
%0
%26
%31

Triadic Colors of #07b082

#07b082 #8207b0 #b08207

Analogous Colors of #07b082

#07b082 #078ab0 #07b02e

Monochromatic Colors of #07b082

#07b082

Complementary Color

#07b082 #b00735

#07b082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07b082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07b082 Color CSS Codes

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

#07b082 Text Font Color

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

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


#07b082 Background Color

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

This div background color is #07b082


#07b082 Border Color

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

This div border color is #07b082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07b082


Comments

No comments written yet.

Please login to write comment.