Color Hex Logo

#07ac90 Color Hex

#07AC90
(7,172,144)
0 Favorites   0 Comments

Color spaces of #07ac90

RGB 7172144
HSL0.470.920.35
HSV170°96°67°
CMYK 0.960.000.16   0.33
XYZ19.874231.563831.4305
Yxy31.56380.23980.3809
Hunter Lab56.1817-35.17386.1577
CIE-Lab62.9807-43.66383.9953

#07ac90 color RGB value is (7,172,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101100 10010000
Octal 7 254 220
Decimal 7 172 144
Hex 7 AC 90

RGB Percentages of Color #07ac90

%2.17
%53.25
%44.58

CMYK Percentages of Color #07ac90

%96
%0
%16
%33

Triadic Colors of #07ac90

#07ac90 #9007ac #ac9007

Analogous Colors of #07ac90

#07ac90 #0776ac #07ac3e

Monochromatic Colors of #07ac90

#07ac90

Complementary Color

#07ac90 #ac0723

#07ac90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ac90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ac90 Color CSS Codes

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

#07ac90 Text Font Color

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

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


#07ac90 Background Color

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

This div background color is #07ac90


#07ac90 Border Color

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

This div border color is #07ac90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ac90


Comments

No comments written yet.

Please login to write comment.