Color Hex Logo

#a0c7af Color Hex

#A0C7AF
(160,199,175)
0 Favorites   0 Comments

Color spaces of #a0c7af

RGB 160199175
HSL0.400.260.70
HSV143°20°78°
CMYK 0.200.000.12   0.22
XYZ42.658551.415648.2333
Yxy51.41560.29980.3613
Hunter Lab71.7047-19.290110.3109
CIE-Lab76.9301-17.74267.7632

#a0c7af color RGB value is (160,199,175).

#a0c7af hex color red value is 160, green value is 199 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a0c7af hue: 0.40 , saturation: 0.26 and the lightness value of a0c7af is 0.70.

The process color (four color CMYK) of #a0c7af color hex is 0.20, 0.00, 0.12, 0.22. Web safe color of #a0c7af is #99cc99. Color #a0c7af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000111 10101111
Octal 240 307 257
Decimal 160 199 175
Hex A0 C7 AF

RGB Percentages of Color #a0c7af

%29.96
%37.27
%32.77

CMYK Percentages of Color #a0c7af

%20
%0
%12
%22

Triadic Colors of #a0c7af

#a0c7af #afa0c7 #c7afa0

Analogous Colors of #a0c7af

#a0c7af #a0c7c3 #a5c7a0

Monochromatic Colors of #a0c7af

#a0c7af

Complementary Color

#a0c7af #c7a0b8

#a0c7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c7af Color CSS Codes

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

#a0c7af Text Font Color

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

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


#a0c7af Background Color

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

This div background color is #a0c7af


#a0c7af Border Color

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

This div border color is #a0c7af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,199,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0c7af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0c7af;
  -webkit-box-shadow: 1px 1px 3px 2px #a0c7af;
  box-shadow:         1px 1px 3px 2px #a0c7af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,199,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 #a0c7af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c7af


Comments

No comments written yet.

Please login to write comment.