Color Hex Logo

#7accaa Color Hex

#7ACCAA
(122,204,170)
0 Favorites   0 Comments

Color spaces of #7accaa

RGB 122204170
HSL0.430.450.64
HSV155°40°80°
CMYK 0.400.000.17   0.20
XYZ36.874650.225645.7812
Yxy50.22560.27750.3780
Hunter Lab70.8700-31.146711.3084
CIE-Lab76.2075-32.77669.1461

#7accaa color RGB value is (122,204,170).

#7accaa hex color red value is 122, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7accaa hue: 0.43 , saturation: 0.45 and the lightness value of 7accaa is 0.64.

The process color (four color CMYK) of #7accaa color hex is 0.40, 0.00, 0.17, 0.20. Web safe color of #7accaa is #66cc99. Color #7accaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001100 10101010
Octal 172 314 252
Decimal 122 204 170
Hex 7A CC AA

RGB Percentages of Color #7accaa

%24.60
%41.13
%34.27

CMYK Percentages of Color #7accaa

%40
%0
%17
%20

Triadic Colors of #7accaa

#7accaa #aa7acc #ccaa7a

Analogous Colors of #7accaa

#7accaa #7ac5cc #7acc81

Monochromatic Colors of #7accaa

#7accaa

Complementary Color

#7accaa #cc7a9c

#7accaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7accaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7accaa Color CSS Codes

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

#7accaa Text Font Color

<p style="color:#7accaa">Text here</p>

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


#7accaa Background Color

<div style="background-color:#7accaa">
Div content here</div>

This div background color is #7accaa


#7accaa Border Color

<div style="border:3px solid #7accaa">
Div here</div>

This div border color is #7accaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7accaa


Comments

No comments written yet.

Please login to write comment.