Color Hex Logo

#afd291 Color Hex

#AFD291
(175,210,145)
0 Favorites   0 Comments

Color spaces of #afd291

RGB 175210145
HSL0.260.420.70
HSV92°31°82°
CMYK 0.170.000.31   0.18
XYZ45.836657.251535.4229
Yxy57.25150.33090.4133
Hunter Lab75.6647-24.280525.2083
CIE-Lab80.3208-23.078028.5170

#afd291 color RGB value is (175,210,145).

#afd291 hex color red value is 175, green value is 210 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #afd291 hue: 0.26 , saturation: 0.42 and the lightness value of afd291 is 0.70.

The process color (four color CMYK) of #afd291 color hex is 0.17, 0.00, 0.31, 0.18. Web safe color of #afd291 is #99cc99. Color #afd291 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 10010001
Octal 257 322 221
Decimal 175 210 145
Hex AF D2 91

RGB Percentages of Color #afd291

%33.02
%39.62
%27.36

CMYK Percentages of Color #afd291

%17
%0
%31
%18

Triadic Colors of #afd291

#afd291 #91afd2 #d291af

Analogous Colors of #afd291

#afd291 #91d294 #d0d291

Monochromatic Colors of #afd291

#afd291

Complementary Color

#afd291 #b491d2

#afd291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd291 Color CSS Codes

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

#afd291 Text Font Color

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

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


#afd291 Background Color

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

This div background color is #afd291


#afd291 Border Color

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

This div border color is #afd291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd291


Comments

No comments written yet.

Please login to write comment.