Color Hex Logo

#afdfa0 Color Hex

#AFDFA0
(175,223,160)
0 Favorites   0 Comments

Color spaces of #afdfa0

RGB 175223160
HSL0.290.500.75
HSV106°28°87°
CMYK 0.220.000.28   0.13
XYZ50.412064.427443.0364
Yxy64.42740.31930.4081
Hunter Lab80.2667-28.358624.3973
CIE-Lab84.1878-27.111125.9615

#afdfa0 color RGB value is (175,223,160).

#afdfa0 hex color red value is 175, green value is 223 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #afdfa0 hue: 0.29 , saturation: 0.50 and the lightness value of afdfa0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10100000
Octal 257 337 240
Decimal 175 223 160
Hex AF DF A0

RGB Percentages of Color #afdfa0

%31.36
%39.96
%28.67

CMYK Percentages of Color #afdfa0

%22
%0
%28
%13

Triadic Colors of #afdfa0

#afdfa0 #a0afdf #dfa0af

Analogous Colors of #afdfa0

#afdfa0 #a0dfb1 #cfdfa0

Monochromatic Colors of #afdfa0

#afdfa0

Complementary Color

#afdfa0 #d0a0df

#afdfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfa0 Color CSS Codes

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

#afdfa0 Text Font Color

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

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


#afdfa0 Background Color

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

This div background color is #afdfa0


#afdfa0 Border Color

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

This div border color is #afdfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfa0


Comments

No comments written yet.

Please login to write comment.