Color Hex Logo

#afdfa1 Color Hex

#AFDFA1
(175,223,161)
0 Favorites   0 Comments

Color spaces of #afdfa1

RGB 175223161
HSL0.300.490.75
HSV106°28°87°
CMYK 0.220.000.28   0.13
XYZ50.499964.462543.4991
Yxy64.46250.31870.4068
Hunter Lab80.2885-28.232024.0796
CIE-Lab84.2060-26.954425.4687

#afdfa1 color RGB value is (175,223,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10100001
Octal 257 337 241
Decimal 175 223 161
Hex AF DF A1

RGB Percentages of Color #afdfa1

%31.31
%39.89
%28.80

CMYK Percentages of Color #afdfa1

%22
%0
%28
%13

Triadic Colors of #afdfa1

#afdfa1 #a1afdf #dfa1af

Analogous Colors of #afdfa1

#afdfa1 #a1dfb2 #cedfa1

Monochromatic Colors of #afdfa1

#afdfa1

Complementary Color

#afdfa1 #d1a1df

#afdfa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfa1 Color CSS Codes

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

#afdfa1 Text Font Color

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

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


#afdfa1 Background Color

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

This div background color is #afdfa1


#afdfa1 Border Color

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

This div border color is #afdfa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfa1


Comments

No comments written yet.

Please login to write comment.