Color Hex Logo

#afccad Color Hex

#AFCCAD
(175,204,173)
0 Favorites   0 Comments

Color spaces of #afccad

RGB 175204173
HSL0.320.230.74
HSV116°15°80°
CMYK 0.140.000.15   0.20
XYZ46.814955.316847.7450
Yxy55.31680.31240.3691
Hunter Lab74.3753-17.801414.0016
CIE-Lab79.2234-15.577712.2334

#afccad color RGB value is (175,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10101101
Octal 257 314 255
Decimal 175 204 173
Hex AF CC AD

RGB Percentages of Color #afccad

%31.70
%36.96
%31.34

CMYK Percentages of Color #afccad

%14
%0
%15
%20

Triadic Colors of #afccad

#afccad #adafcc #ccadaf

Analogous Colors of #afccad

#afccad #adccbb #bfccad

Monochromatic Colors of #afccad

#afccad

Complementary Color

#afccad #caadcc

#afccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccad Color CSS Codes

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

#afccad Text Font Color

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

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


#afccad Background Color

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

This div background color is #afccad


#afccad Border Color

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

This div border color is #afccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccad


Comments

No comments written yet.

Please login to write comment.