Color Hex Logo

#afdfad Color Hex

#AFDFAD
(175,223,173)
0 Favorites   0 Comments

Color spaces of #afdfad

RGB 175223173
HSL0.330.440.78
HSV118°22°87°
CMYK 0.220.000.22   0.13
XYZ51.609764.906449.3432
Yxy64.90640.31120.3913
Hunter Lab80.5645-26.640620.0819
CIE-Lab84.4355-24.998519.5430

#afdfad color RGB value is (175,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10101101
Octal 257 337 255
Decimal 175 223 173
Hex AF DF AD

RGB Percentages of Color #afdfad

%30.65
%39.05
%30.30

CMYK Percentages of Color #afdfad

%22
%0
%22
%13

Triadic Colors of #afdfad

#afdfad #adafdf #dfadaf

Analogous Colors of #afdfad

#afdfad #addfc4 #c8dfad

Monochromatic Colors of #afdfad

#afdfad

Complementary Color

#afdfad #ddaddf

#afdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfad Color CSS Codes

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

#afdfad Text Font Color

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

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


#afdfad Background Color

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

This div background color is #afdfad


#afdfad Border Color

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

This div border color is #afdfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfad


Comments

No comments written yet.

Please login to write comment.