Color Hex Logo

#afdc95 Color Hex

#AFDC95
(175,220,149)
0 Favorites   0 Comments

Color spaces of #afdc95

RGB 175220149
HSL0.270.500.72
HSV98°32°86°
CMYK 0.200.000.32   0.14
XYZ48.697262.470337.9251
Yxy62.47030.32660.4190
Hunter Lab79.0382-28.338926.8774
CIE-Lab83.1629-27.335530.2517

#afdc95 color RGB value is (175,220,149).

#afdc95 hex color red value is 175, green value is 220 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #afdc95 hue: 0.27 , saturation: 0.50 and the lightness value of afdc95 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10010101
Octal 257 334 225
Decimal 175 220 149
Hex AF DC 95

RGB Percentages of Color #afdc95

%32.17
%40.44
%27.39

CMYK Percentages of Color #afdc95

%20
%0
%32
%14

Triadic Colors of #afdc95

#afdc95 #95afdc #dc95af

Analogous Colors of #afdc95

#afdc95 #95dc9f #d3dc95

Monochromatic Colors of #afdc95

#afdc95

Complementary Color

#afdc95 #c295dc

#afdc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc95 Color CSS Codes

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

#afdc95 Text Font Color

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

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


#afdc95 Background Color

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

This div background color is #afdc95


#afdc95 Border Color

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

This div border color is #afdc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc95


Comments

No comments written yet.

Please login to write comment.