Color Hex Logo

#afdca1 Color Hex

#AFDCA1
(175,220,161)
0 Favorites   0 Comments

Color spaces of #afdca1

RGB 175220161
HSL0.290.460.75
HSV106°27°86°
CMYK 0.200.000.27   0.14
XYZ49.705462.873643.2343
Yxy62.87360.31900.4035
Hunter Lab79.2929-26.868323.1772
CIE-Lab83.3758-25.511124.3369

#afdca1 color RGB value is (175,220,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10100001
Octal 257 334 241
Decimal 175 220 161
Hex AF DC A1

RGB Percentages of Color #afdca1

%31.47
%39.57
%28.96

CMYK Percentages of Color #afdca1

%20
%0
%27
%14

Triadic Colors of #afdca1

#afdca1 #a1afdc #dca1af

Analogous Colors of #afdca1

#afdca1 #a1dcb1 #cddca1

Monochromatic Colors of #afdca1

#afdca1

Complementary Color

#afdca1 #cea1dc

#afdca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdca1 Color CSS Codes

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

#afdca1 Text Font Color

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

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


#afdca1 Background Color

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

This div background color is #afdca1


#afdca1 Border Color

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

This div border color is #afdca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdca1


Comments

No comments written yet.

Please login to write comment.