color codes Logo

#afce9f color codes

#AFCE9F
(175,206,159)
0 Favorites   0 Comments

Color spaces of #afce9f

RGB 175206159
HSL0.280.320.72
HSV100°23°81°
CMYK 0.150.000.23   0.19
XYZ46.008555.759841.1387
Yxy55.75980.32190.3902
Hunter Lab74.6725-20.696319.6066
CIE-Lab79.4769-18.950920.0292

#afce9f color RGB value is (175,206,159).

#afce9f hex color red value is 175, green value is 206 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #afce9f hue: 0.28 , saturation: 0.32 and the lightness value of afce9f is 0.72.

The process color (four color CMYK) of #afce9f color code is 0.15, 0.00, 0.23, 0.19. Web safe color of #afce9f is #99cc99. Color #afce9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10011111
Octal 257 316 237
Decimal 175 206 159
Hex AF CE 9F

RGB Percentages of Color #afce9f

%32.41
%38.15
%29.44

CMYK Percentages of Color #afce9f

%15
%0
%23
%19

Triadic Colors of #afce9f

#afce9f #9fafce #ce9faf

Analogous Colors of #afce9f

#afce9f #9fcea7 #c7ce9f

Monochromatic Colors of #afce9f

#afce9f

Complementary Color

#afce9f #be9fce

#afce9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce9f Color CSS Codes

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

#afce9f Text Font Color

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

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


#afce9f Background Color

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

This div background color is #afce9f


#afce9f Border Color

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

This div border color is #afce9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce9f


Comments

No comments written yet.

Please login to write comment.