Color Hex Logo

#afcdab Color Hex

#AFCDAB
(175,205,171)
0 Favorites   0 Comments

Color spaces of #afcdab

RGB 175205171
HSL0.310.250.74
HSV113°17°80°
CMYK 0.150.000.17   0.20
XYZ46.861255.716946.8127
Yxy55.71690.31370.3730
Hunter Lab74.6438-18.564615.0670
CIE-Lab79.4524-16.434813.6238

#afcdab color RGB value is (175,205,171).

#afcdab hex color red value is 175, green value is 205 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afcdab hue: 0.31 , saturation: 0.25 and the lightness value of afcdab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 10101011
Octal 257 315 253
Decimal 175 205 171
Hex AF CD AB

RGB Percentages of Color #afcdab

%31.76
%37.21
%31.03

CMYK Percentages of Color #afcdab

%15
%0
%17
%20

Triadic Colors of #afcdab

#afcdab #abafcd #cdabaf

Analogous Colors of #afcdab

#afcdab #abcdb8 #c0cdab

Monochromatic Colors of #afcdab

#afcdab

Complementary Color

#afcdab #c9abcd

#afcdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdab Color CSS Codes

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

#afcdab Text Font Color

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

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


#afcdab Background Color

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

This div background color is #afcdab


#afcdab Border Color

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

This div border color is #afcdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdab


Comments

No comments written yet.

Please login to write comment.