Color Hex Logo

#afce96 Color Hex

#AFCE96
(175,206,150)
0 Favorites   0 Comments

Color spaces of #afce96

RGB 175206150
HSL0.260.360.70
HSV93°27°81°
CMYK 0.150.000.27   0.19
XYZ45.255555.458637.1735
Yxy55.45860.32820.4022
Hunter Lab74.4705-21.849622.5335
CIE-Lab79.3047-20.362124.5354

#afce96 color RGB value is (175,206,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10010110
Octal 257 316 226
Decimal 175 206 150
Hex AF CE 96

RGB Percentages of Color #afce96

%32.96
%38.79
%28.25

CMYK Percentages of Color #afce96

%15
%0
%27
%19

Triadic Colors of #afce96

#afce96 #96afce #ce96af

Analogous Colors of #afce96

#afce96 #96ce99 #cbce96

Monochromatic Colors of #afce96

#afce96

Complementary Color

#afce96 #b596ce

#afce96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce96 Color CSS Codes

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

#afce96 Text Font Color

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

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


#afce96 Background Color

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

This div background color is #afce96


#afce96 Border Color

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

This div border color is #afce96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce96


Comments

No comments written yet.

Please login to write comment.