Color Hex Logo

#afdca8 Color Hex

#AFDCA8
(175,220,168)
0 Favorites   0 Comments

Color spaces of #afdca8

RGB 175220168
HSL0.310.430.76
HSV112°24°86°
CMYK 0.200.000.24   0.14
XYZ50.340363.127546.5774
Yxy63.12750.31450.3944
Hunter Lab79.4528-25.947120.8596
CIE-Lab83.5094-24.379020.8720

#afdca8 color RGB value is (175,220,168).

#afdca8 hex color red value is 175, green value is 220 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #afdca8 hue: 0.31 , saturation: 0.43 and the lightness value of afdca8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10101000
Octal 257 334 250
Decimal 175 220 168
Hex AF DC A8

RGB Percentages of Color #afdca8

%31.08
%39.08
%29.84

CMYK Percentages of Color #afdca8

%20
%0
%24
%14

Triadic Colors of #afdca8

#afdca8 #a8afdc #dca8af

Analogous Colors of #afdca8

#afdca8 #a8dcbb #c9dca8

Monochromatic Colors of #afdca8

#afdca8

Complementary Color

#afdca8 #d5a8dc

#afdca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdca8 Color CSS Codes

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

#afdca8 Text Font Color

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

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


#afdca8 Background Color

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

This div background color is #afdca8


#afdca8 Border Color

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

This div border color is #afdca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdca8


Comments

No comments written yet.

Please login to write comment.