Color Hex Logo

#afe296 Color Hex

#AFE296
(175,226,150)
0 Favorites   0 Comments

Color spaces of #afe296

RGB 175226150
HSL0.280.570.74
HSV100°34°89°
CMYK 0.230.000.34   0.11
XYZ50.380665.708738.8819
Yxy65.70870.32510.4240
Hunter Lab81.0609-30.916128.3034
CIE-Lab84.8476-30.039131.9828

#afe296 color RGB value is (175,226,150).

#afe296 hex color red value is 175, green value is 226 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #afe296 hue: 0.28 , saturation: 0.57 and the lightness value of afe296 is 0.74.

The process color (four color CMYK) of #afe296 color hex is 0.23, 0.00, 0.34, 0.11. Web safe color of #afe296 is #99cc99. Color #afe296 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 10010110
Octal 257 342 226
Decimal 175 226 150
Hex AF E2 96

RGB Percentages of Color #afe296

%31.76
%41.02
%27.22

CMYK Percentages of Color #afe296

%23
%0
%34
%11

Triadic Colors of #afe296

#afe296 #96afe2 #e296af

Analogous Colors of #afe296

#afe296 #96e2a3 #d5e296

Monochromatic Colors of #afe296

#afe296

Complementary Color

#afe296 #c996e2

#afe296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe296 Color CSS Codes

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

#afe296 Text Font Color

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

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


#afe296 Background Color

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

This div background color is #afe296


#afe296 Border Color

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

This div border color is #afe296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe296


Comments

No comments written yet.

Please login to write comment.