Color Hex Logo

#afefaf Color Hex

#AFEFAF
(175,239,175)
0 Favorites   0 Comments

Color spaces of #afefaf

RGB 175239175
HSL0.330.670.81
HSV120°27°94°
CMYK 0.270.000.27   0.06
XYZ56.283673.942151.8632
Yxy73.94210.30910.4061
Hunter Lab85.9896-33.646524.4329
CIE-Lab88.8951-32.261224.6601

#afefaf color RGB value is (175,239,175).

#afefaf hex color red value is 175, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afefaf hue: 0.33 , saturation: 0.67 and the lightness value of afefaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10101111
Octal 257 357 257
Decimal 175 239 175
Hex AF EF AF

RGB Percentages of Color #afefaf

%29.71
%40.58
%29.71

CMYK Percentages of Color #afefaf

%27
%0
%27
%6

Triadic Colors of #afefaf

#afefaf #afafef #efafaf

Analogous Colors of #afefaf

#afefaf #afefcf #cfefaf

Monochromatic Colors of #afefaf

#afefaf

Complementary Color

#afefaf #efafef

#afefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefaf Color CSS Codes

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

#afefaf Text Font Color

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

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


#afefaf Background Color

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

This div background color is #afefaf


#afefaf Border Color

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

This div border color is #afefaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefaf


Comments

No comments written yet.

Please login to write comment.