Color Hex Logo

#afaca5 Color Hex

#AFACA5
(175,172,165)
0 Favorites   0 Comments

Color spaces of #afaca5

RGB 175172165
HSL0.120.060.67
HSV42°69°
CMYK 0.000.020.06   0.31
XYZ39.223341.335641.5086
Yxy41.33560.32130.3386
Hunter Lab64.2928-3.61436.7262
CIE-Lab70.4104-0.20543.9652

#afaca5 color RGB value is (175,172,165).

#afaca5 hex color red value is 175, green value is 172 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #afaca5 hue: 0.12 , saturation: 0.06 and the lightness value of afaca5 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10100101
Octal 257 254 245
Decimal 175 172 165
Hex AF AC A5

RGB Percentages of Color #afaca5

%34.18
%33.59
%32.23

CMYK Percentages of Color #afaca5

%0
%2
%6
%31

Triadic Colors of #afaca5

#afaca5 #a5afac #aca5af

Analogous Colors of #afaca5

#afaca5 #adafa5 #afa7a5

Monochromatic Colors of #afaca5

#afaca5

Complementary Color

#afaca5 #a5a8af

#afaca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaca5 Color CSS Codes

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

#afaca5 Text Font Color

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

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


#afaca5 Background Color

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

This div background color is #afaca5


#afaca5 Border Color

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

This div border color is #afaca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaca5


Comments

No comments written yet.

Please login to write comment.