Color Hex Logo

#afbdaf Color Hex

#AFBDAF
(175,189,175)
0 Favorites   0 Comments

Color spaces of #afbdaf

RGB 175189175
HSL0.330.100.71
HSV120°74°
CMYK 0.070.000.07   0.26
XYZ43.614748.604347.6403
Yxy48.60430.31180.3475
Hunter Lab69.7168-10.33518.2865
CIE-Lab75.2045-7.46565.4154

#afbdaf color RGB value is (175,189,175).

#afbdaf hex color red value is 175, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afbdaf hue: 0.33 , saturation: 0.10 and the lightness value of afbdaf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10101111
Octal 257 275 257
Decimal 175 189 175
Hex AF BD AF

RGB Percentages of Color #afbdaf

%32.47
%35.06
%32.47

CMYK Percentages of Color #afbdaf

%7
%0
%7
%26

Triadic Colors of #afbdaf

#afbdaf #afafbd #bdafaf

Analogous Colors of #afbdaf

#afbdaf #afbdb6 #b6bdaf

Monochromatic Colors of #afbdaf

#afbdaf

Complementary Color

#afbdaf #bdafbd

#afbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdaf Color CSS Codes

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

#afbdaf Text Font Color

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

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


#afbdaf Background Color

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

This div background color is #afbdaf


#afbdaf Border Color

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

This div border color is #afbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdaf


Comments

No comments written yet.

Please login to write comment.