Color Hex Logo

#a7deaf Color Hex

#A7DEAF
(167,222,175)
0 Favorites   0 Comments

Color spaces of #a7deaf

RGB 167222175
HSL0.360.450.76
HSV129°25°87°
CMYK 0.250.000.21   0.13
XYZ49.795563.553250.1999
Yxy63.55320.30450.3886
Hunter Lab79.7203-28.014418.4692
CIE-Lab83.7326-26.805617.4471

#a7deaf color RGB value is (167,222,175).

#a7deaf hex color red value is 167, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a7deaf hue: 0.36 , saturation: 0.45 and the lightness value of a7deaf is 0.76.

The process color (four color CMYK) of #a7deaf color hex is 0.25, 0.00, 0.21, 0.13. Web safe color of #a7deaf is #99cc99. Color #a7deaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011110 10101111
Octal 247 336 257
Decimal 167 222 175
Hex A7 DE AF

RGB Percentages of Color #a7deaf

%29.61
%39.36
%31.03

CMYK Percentages of Color #a7deaf

%25
%0
%21
%13

Triadic Colors of #a7deaf

#a7deaf #afa7de #deafa7

Analogous Colors of #a7deaf

#a7deaf #a7decb #bbdea7

Monochromatic Colors of #a7deaf

#a7deaf

Complementary Color

#a7deaf #dea7d6

#a7deaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7deaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7deaf Color CSS Codes

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

#a7deaf Text Font Color

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

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


#a7deaf Background Color

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

This div background color is #a7deaf


#a7deaf Border Color

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

This div border color is #a7deaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7deaf


Comments

No comments written yet.

Please login to write comment.