Color Hex Logo

#7accaf Color Hex

#7ACCAF
(122,204,175)
0 Favorites   0 Comments

Color spaces of #7accaf

RGB 122204175
HSL0.440.450.64
HSV159°40°80°
CMYK 0.400.000.14   0.20
XYZ37.356850.418548.3203
Yxy50.41850.27450.3705
Hunter Lab71.0060-30.35029.3567
CIE-Lab76.3254-31.70206.6291

#7accaf color RGB value is (122,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001100 10101111
Octal 172 314 257
Decimal 122 204 175
Hex 7A CC AF

RGB Percentages of Color #7accaf

%24.35
%40.72
%34.93

CMYK Percentages of Color #7accaf

%40
%0
%14
%20

Triadic Colors of #7accaf

#7accaf #af7acc #ccaf7a

Analogous Colors of #7accaf

#7accaf #7ac0cc #7acc86

Monochromatic Colors of #7accaf

#7accaf

Complementary Color

#7accaf #cc7a97

#7accaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7accaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7accaf Color CSS Codes

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

#7accaf Text Font Color

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

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


#7accaf Background Color

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

This div background color is #7accaf


#7accaf Border Color

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

This div border color is #7accaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7accaf


Comments

No comments written yet.

Please login to write comment.