Color Hex Logo

#afdfbd Color Hex

#AFDFBD
(175,223,189)
0 Favorites   0 Comments

Color spaces of #afdfbd

RGB 175223189
HSL0.380.430.78
HSV138°22°87°
CMYK 0.220.000.15   0.13
XYZ53.252265.563457.9924
Yxy65.56340.30120.3708
Hunter Lab80.9712-24.305914.2158
CIE-Lab84.7732-22.172011.6280

#afdfbd color RGB value is (175,223,189).

#afdfbd hex color red value is 175, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afdfbd hue: 0.38 , saturation: 0.43 and the lightness value of afdfbd is 0.78.

The process color (four color CMYK) of #afdfbd color hex is 0.22, 0.00, 0.15, 0.13. Web safe color of #afdfbd is #99cccc. Color #afdfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10111101
Octal 257 337 275
Decimal 175 223 189
Hex AF DF BD

RGB Percentages of Color #afdfbd

%29.81
%37.99
%32.20

CMYK Percentages of Color #afdfbd

%22
%0
%15
%13

Triadic Colors of #afdfbd

#afdfbd #bdafdf #dfbdaf

Analogous Colors of #afdfbd

#afdfbd #afdfd5 #b9dfaf

Monochromatic Colors of #afdfbd

#afdfbd

Complementary Color

#afdfbd #dfafd1

#afdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfbd Color CSS Codes

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

#afdfbd Text Font Color

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

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


#afdfbd Background Color

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

This div background color is #afdfbd


#afdfbd Border Color

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

This div border color is #afdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfbd


Comments

No comments written yet.

Please login to write comment.