Color Hex Logo

#afce9e Color Hex

#AFCE9E
(175,206,158)
0 Favorites   0 Comments

Color spaces of #afce9e

RGB 175206158
HSL0.270.330.71
HSV99°23°81°
CMYK 0.150.000.23   0.19
XYZ45.922155.725240.6834
Yxy55.72520.32260.3915
Hunter Lab74.6493-20.828319.9418
CIE-Lab79.4572-19.111620.5305

#afce9e color RGB value is (175,206,158).

#afce9e hex color red value is 175, green value is 206 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #afce9e hue: 0.27 , saturation: 0.33 and the lightness value of afce9e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10011110
Octal 257 316 236
Decimal 175 206 158
Hex AF CE 9E

RGB Percentages of Color #afce9e

%32.47
%38.22
%29.31

CMYK Percentages of Color #afce9e

%15
%0
%23
%19

Triadic Colors of #afce9e

#afce9e #9eafce #ce9eaf

Analogous Colors of #afce9e

#afce9e #9ecea5 #c7ce9e

Monochromatic Colors of #afce9e

#afce9e

Complementary Color

#afce9e #bd9ece

#afce9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce9e Color CSS Codes

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

#afce9e Text Font Color

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

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


#afce9e Background Color

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

This div background color is #afce9e


#afce9e Border Color

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

This div border color is #afce9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce9e


Comments

No comments written yet.

Please login to write comment.