Color Hex Logo

#afdfaf Color Hex

#AFDFAF
(175,223,175)
0 Favorites   0 Comments

Color spaces of #afdfaf

RGB 175223175
HSL0.330.430.78
HSV120°22°87°
CMYK 0.220.000.22   0.13
XYZ51.804764.984550.3703
Yxy64.98450.30990.3888
Hunter Lab80.6130-26.362419.3822
CIE-Lab84.4757-24.658918.5538

#afdfaf color RGB value is (175,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10101111
Octal 257 337 257
Decimal 175 223 175
Hex AF DF AF

RGB Percentages of Color #afdfaf

%30.54
%38.92
%30.54

CMYK Percentages of Color #afdfaf

%22
%0
%22
%13

Triadic Colors of #afdfaf

#afdfaf #afafdf #dfafaf

Analogous Colors of #afdfaf

#afdfaf #afdfc7 #c7dfaf

Monochromatic Colors of #afdfaf

#afdfaf

Complementary Color

#afdfaf #dfafdf

#afdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfaf Color CSS Codes

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

#afdfaf Text Font Color

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

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


#afdfaf Background Color

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

This div background color is #afdfaf


#afdfaf Border Color

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

This div border color is #afdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfaf


Comments

No comments written yet.

Please login to write comment.