Color Hex Logo

#afe076 Color Hex

#AFE076
(175,224,118)
0 Favorites   0 Comments

Color spaces of #afe076

RGB 175224118
HSL0.240.630.67
HSV88°47°88°
CMYK 0.220.000.47   0.12
XYZ47.604963.733326.9323
Yxy63.73330.34430.4609
Hunter Lab79.8331-33.267535.8813
CIE-Lab83.8267-33.210946.5695

#afe076 color RGB value is (175,224,118).

#afe076 hex color red value is 175, green value is 224 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #afe076 hue: 0.24 , saturation: 0.63 and the lightness value of afe076 is 0.67.

The process color (four color CMYK) of #afe076 color hex is 0.22, 0.00, 0.47, 0.12. Web safe color of #afe076 is #99cc66. Color #afe076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 01110110
Octal 257 340 166
Decimal 175 224 118
Hex AF E0 76

RGB Percentages of Color #afe076

%33.85
%43.33
%22.82

CMYK Percentages of Color #afe076

%22
%0
%47
%12

Triadic Colors of #afe076

#afe076 #76afe0 #e076af

Analogous Colors of #afe076

#afe076 #7ae076 #e0dc76

Monochromatic Colors of #afe076

#afe076

Complementary Color

#afe076 #a776e0

#afe076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe076 Color CSS Codes

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

#afe076 Text Font Color

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

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


#afe076 Background Color

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

This div background color is #afe076


#afe076 Border Color

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

This div border color is #afe076


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,224,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 #afe076">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe076


Comments

No comments written yet.

Please login to write comment.