Color Hex Logo

#afef96 Color Hex

#AFEF96
(175,239,150)
0 Favorites   0 Comments

Color spaces of #afef96

RGB 175239150
HSL0.290.740.76
HSV103°37°94°
CMYK 0.270.000.37   0.06
XYZ54.050773.049040.1053
Yxy73.04900.32330.4369
Hunter Lab85.4687-36.686232.0069
CIE-Lab88.4711-36.061036.7573

#afef96 color RGB value is (175,239,150).

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

The process color (four color CMYK) of #afef96 color hex is 0.27, 0.00, 0.37, 0.06. Web safe color of #afef96 is #99ff99. Color #afef96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10010110
Octal 257 357 226
Decimal 175 239 150
Hex AF EF 96

RGB Percentages of Color #afef96

%31.03
%42.38
%26.60

CMYK Percentages of Color #afef96

%27
%0
%37
%6

Triadic Colors of #afef96

#afef96 #96afef #ef96af

Analogous Colors of #afef96

#afef96 #96efaa #dcef96

Monochromatic Colors of #afef96

#afef96

Complementary Color

#afef96 #d696ef

#afef96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef96 Color CSS Codes

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

#afef96 Text Font Color

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

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


#afef96 Background Color

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

This div background color is #afef96


#afef96 Border Color

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

This div border color is #afef96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef96


Comments

No comments written yet.

Please login to write comment.