Color Hex Logo

#afada4 Color Hex

#AFADA4
(175,173,164)
0 Favorites   0 Comments

Color spaces of #afada4

RGB 175173164
HSL0.140.060.66
HSV49°69°
CMYK 0.000.010.06   0.31
XYZ39.323641.681441.0947
Yxy41.68140.32210.3414
Hunter Lab64.5611-4.25937.4533
CIE-Lab70.6507-0.92414.8631

#afada4 color RGB value is (175,173,164).

#afada4 hex color red value is 175, green value is 173 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #afada4 hue: 0.14 , saturation: 0.06 and the lightness value of afada4 is 0.66.

The process color (four color CMYK) of #afada4 color hex is 0.00, 0.01, 0.06, 0.31. Web safe color of #afada4 is #999999. Color #afada4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10100100
Octal 257 255 244
Decimal 175 173 164
Hex AF AD A4

RGB Percentages of Color #afada4

%34.18
%33.79
%32.03

CMYK Percentages of Color #afada4

%0
%1
%6
%31

Triadic Colors of #afada4

#afada4 #a4afad #ada4af

Analogous Colors of #afada4

#afada4 #acafa4 #afa8a4

Monochromatic Colors of #afada4

#afada4

Complementary Color

#afada4 #a4a6af

#afada4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afada4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afada4 Color CSS Codes

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

#afada4 Text Font Color

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

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


#afada4 Background Color

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

This div background color is #afada4


#afada4 Border Color

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

This div border color is #afada4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afada4

#afada4 Color Palettes


Comments

No comments written yet.

Please login to write comment.