Color Hex Logo

#afea76 Color Hex

#AFEA76
(175,234,118)
0 Favorites   0 Comments

Color spaces of #afea76

RGB 175234118
HSL0.250.730.69
HSV91°50°92°
CMYK 0.250.000.50   0.08
XYZ50.372069.267627.8546
Yxy69.26760.34150.4696
Hunter Lab83.2272-37.613138.4157
CIE-Lab86.6364-37.772449.9968

#afea76 color RGB value is (175,234,118).

#afea76 hex color red value is 175, green value is 234 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #afea76 hue: 0.25 , saturation: 0.73 and the lightness value of afea76 is 0.69.

The process color (four color CMYK) of #afea76 color hex is 0.25, 0.00, 0.50, 0.08. Web safe color of #afea76 is #99ff66. Color #afea76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 01110110
Octal 257 352 166
Decimal 175 234 118
Hex AF EA 76

RGB Percentages of Color #afea76

%33.21
%44.40
%22.39

CMYK Percentages of Color #afea76

%25
%0
%50
%8

Triadic Colors of #afea76

#afea76 #76afea #ea76af

Analogous Colors of #afea76

#afea76 #76ea77 #e9ea76

Monochromatic Colors of #afea76

#afea76

Complementary Color

#afea76 #b176ea

#afea76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea76 Color CSS Codes

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

#afea76 Text Font Color

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

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


#afea76 Background Color

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

This div background color is #afea76


#afea76 Border Color

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

This div border color is #afea76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea76


Comments

No comments written yet.

Please login to write comment.