Color Hex Logo

#afbdaa Color Hex

#AFBDAA
(175,189,170)
0 Favorites   0 Comments

Color spaces of #afbdaa

RGB 175189170
HSL0.290.130.70
HSV104°10°74°
CMYK 0.070.000.10   0.26
XYZ43.132548.411445.1012
Yxy48.41140.31570.3543
Hunter Lab69.5783-11.107510.2726
CIE-Lab75.0837-8.37137.9540

#afbdaa color RGB value is (175,189,170).

#afbdaa hex color red value is 175, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afbdaa hue: 0.29 , saturation: 0.13 and the lightness value of afbdaa is 0.70.

The process color (four color CMYK) of #afbdaa color hex is 0.07, 0.00, 0.10, 0.26. Web safe color of #afbdaa is #99cc99. Color #afbdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10101010
Octal 257 275 252
Decimal 175 189 170
Hex AF BD AA

RGB Percentages of Color #afbdaa

%32.77
%35.39
%31.84

CMYK Percentages of Color #afbdaa

%7
%0
%10
%26

Triadic Colors of #afbdaa

#afbdaa #aaafbd #bdaaaf

Analogous Colors of #afbdaa

#afbdaa #aabdaf #b9bdaa

Monochromatic Colors of #afbdaa

#afbdaa

Complementary Color

#afbdaa #b8aabd

#afbdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdaa Color CSS Codes

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

#afbdaa Text Font Color

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

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


#afbdaa Background Color

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

This div background color is #afbdaa


#afbdaa Border Color

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

This div border color is #afbdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdaa


Comments

No comments written yet.

Please login to write comment.