Color Hex Logo

#07aa88 Color Hex

#07AA88
(7,170,136)
0 Favorites   0 Comments

Color spaces of #07aa88

RGB 7170136
HSL0.470.920.35
HSV167°96°67°
CMYK 0.960.000.20   0.33
XYZ18.906330.572228.1971
Yxy30.57220.24340.3936
Hunter Lab55.2921-35.72598.4686
CIE-Lab62.1448-44.95907.2517

#07aa88 color RGB value is (7,170,136).

#07aa88 hex color red value is 7, green value is 170 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #07aa88 hue: 0.47 , saturation: 0.92 and the lightness value of 07aa88 is 0.35.

The process color (four color CMYK) of #07aa88 color hex is 0.96, 0.00, 0.20, 0.33. Web safe color of #07aa88 is #009999. Color #07aa88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101010 10001000
Octal 7 252 210
Decimal 7 170 136
Hex 7 AA 88

RGB Percentages of Color #07aa88

%2.24
%54.31
%43.45

CMYK Percentages of Color #07aa88

%96
%0
%20
%33

Triadic Colors of #07aa88

#07aa88 #8807aa #aa8807

Analogous Colors of #07aa88

#07aa88 #077baa #07aa37

Monochromatic Colors of #07aa88

#07aa88

Complementary Color

#07aa88 #aa0729

#07aa88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07aa88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07aa88 Color CSS Codes

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

#07aa88 Text Font Color

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

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


#07aa88 Background Color

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

This div background color is #07aa88


#07aa88 Border Color

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

This div border color is #07aa88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07aa88


Comments

No comments written yet.

Please login to write comment.