Color Hex Logo

#afefac Color Hex

#AFEFAC
(175,239,172)
0 Favorites   0 Comments

Color spaces of #afefac

RGB 175239172
HSL0.330.680.81
HSV117°28°94°
CMYK 0.270.000.28   0.06
XYZ55.992173.825550.3284
Yxy73.82550.31080.4098
Hunter Lab85.9218-34.041125.4163
CIE-Lab88.8399-32.749626.1212

#afefac color RGB value is (175,239,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10101100
Octal 257 357 254
Decimal 175 239 172
Hex AF EF AC

RGB Percentages of Color #afefac

%29.86
%40.78
%29.35

CMYK Percentages of Color #afefac

%27
%0
%28
%6

Triadic Colors of #afefac

#afefac #acafef #efacaf

Analogous Colors of #afefac

#afefac #acefcb #d1efac

Monochromatic Colors of #afefac

#afefac

Complementary Color

#afefac #ecacef

#afefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefac Color CSS Codes

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

#afefac Text Font Color

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

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


#afefac Background Color

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

This div background color is #afefac


#afefac Border Color

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

This div border color is #afefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefac


Comments

No comments written yet.

Please login to write comment.