Color Hex Logo

#07a699 Color Hex

#07A699
(7,166,153)
0 Favorites   0 Comments

Color spaces of #07a699

RGB 7166153
HSL0.490.920.34
HSV175°96°65°
CMYK 0.960.000.08   0.35
XYZ19.473629.617534.8274
Yxy29.61750.23210.3529
Hunter Lab54.4220-31.36650.1527
CIE-Lab61.3228-38.5251-3.4631

#07a699 color RGB value is (7,166,153).

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

The process color (four color CMYK) of #07a699 color hex is 0.96, 0.00, 0.08, 0.35. Web safe color of #07a699 is #009999. Color #07a699 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10100110 10011001
Octal 7 246 231
Decimal 7 166 153
Hex 7 A6 99

RGB Percentages of Color #07a699

%2.15
%50.92
%46.93

CMYK Percentages of Color #07a699

%96
%0
%8
%35

Triadic Colors of #07a699

#07a699 #9907a6 #a69907

Analogous Colors of #07a699

#07a699 #0764a6 #07a64a

Monochromatic Colors of #07a699

#07a699

Complementary Color

#07a699 #a60714

#07a699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07a699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07a699 Color CSS Codes

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

#07a699 Text Font Color

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

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


#07a699 Background Color

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

This div background color is #07a699


#07a699 Border Color

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

This div border color is #07a699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07a699


Comments

No comments written yet.

Please login to write comment.