Color Hex Logo

#7ac885 Color Hex

#7AC885
(122,200,133)
0 Favorites   0 Comments

Color spaces of #7ac885

RGB 122200133
HSL0.360.410.63
HSV128°39°78°
CMYK 0.390.000.34   0.22
XYZ32.914047.139629.5544
Yxy47.13960.30030.4301
Hunter Lab68.6583-34.581122.5390
CIE-Lab74.2790-38.017426.1591

#7ac885 color RGB value is (122,200,133).

#7ac885 hex color red value is 122, green value is 200 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #7ac885 hue: 0.36 , saturation: 0.41 and the lightness value of 7ac885 is 0.63.

The process color (four color CMYK) of #7ac885 color hex is 0.39, 0.00, 0.34, 0.22. Web safe color of #7ac885 is #66cc99. Color #7ac885 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001000 10000101
Octal 172 310 205
Decimal 122 200 133
Hex 7A C8 85

RGB Percentages of Color #7ac885

%26.81
%43.96
%29.23

CMYK Percentages of Color #7ac885

%39
%0
%34
%22

Triadic Colors of #7ac885

#7ac885 #857ac8 #c8857a

Analogous Colors of #7ac885

#7ac885 #7ac8ac #96c87a

Monochromatic Colors of #7ac885

#7ac885

Complementary Color

#7ac885 #c87abd

#7ac885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac885 Color CSS Codes

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

#7ac885 Text Font Color

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

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


#7ac885 Background Color

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

This div background color is #7ac885


#7ac885 Border Color

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

This div border color is #7ac885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac885


Comments

No comments written yet.

Please login to write comment.