Color Hex Logo

#afecac Color Hex

#AFECAC
(175,236,172)
0 Favorites   0 Comments

Color spaces of #afecac

RGB 175236172
HSL0.330.630.80
HSV117°27°93°
CMYK 0.260.000.27   0.07
XYZ55.121072.083450.0380
Yxy72.08340.31100.4067
Hunter Lab84.9019-32.690624.4881
CIE-Lab88.0087-31.351724.9860

#afecac color RGB value is (175,236,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10101100
Octal 257 354 254
Decimal 175 236 172
Hex AF EC AC

RGB Percentages of Color #afecac

%30.02
%40.48
%29.50

CMYK Percentages of Color #afecac

%26
%0
%27
%7

Triadic Colors of #afecac

#afecac #acafec #ecacaf

Analogous Colors of #afecac

#afecac #acecc9 #cfecac

Monochromatic Colors of #afecac

#afecac

Complementary Color

#afecac #e9acec

#afecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecac Color CSS Codes

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

#afecac Text Font Color

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

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


#afecac Background Color

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

This div background color is #afecac


#afecac Border Color

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

This div border color is #afecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecac


Comments

No comments written yet.

Please login to write comment.