Color Hex Logo

#afcbad Color Hex

#AFCBAD
(175,203,173)
0 Favorites   0 Comments

Color spaces of #afcbad

RGB 175203173
HSL0.320.220.74
HSV116°15°80°
CMYK 0.140.000.15   0.20
XYZ46.578054.843047.6660
Yxy54.84300.31240.3679
Hunter Lab74.0561-17.329513.6774
CIE-Lab78.9507-15.069711.8472

#afcbad color RGB value is (175,203,173).

#afcbad hex color red value is 175, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #afcbad hue: 0.32 , saturation: 0.22 and the lightness value of afcbad is 0.74.

The process color (four color CMYK) of #afcbad color hex is 0.14, 0.00, 0.15, 0.20. Web safe color of #afcbad is #99cc99. Color #afcbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 10101101
Octal 257 313 255
Decimal 175 203 173
Hex AF CB AD

RGB Percentages of Color #afcbad

%31.76
%36.84
%31.40

CMYK Percentages of Color #afcbad

%14
%0
%15
%20

Triadic Colors of #afcbad

#afcbad #adafcb #cbadaf

Analogous Colors of #afcbad

#afcbad #adcbba #becbad

Monochromatic Colors of #afcbad

#afcbad

Complementary Color

#afcbad #c9adcb

#afcbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbad Color CSS Codes

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

#afcbad Text Font Color

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

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


#afcbad Background Color

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

This div background color is #afcbad


#afcbad Border Color

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

This div border color is #afcbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbad


Comments

No comments written yet.

Please login to write comment.