Color Hex Logo

#afedac Color Hex

#AFEDAC
(175,237,172)
0 Favorites   0 Comments

Color spaces of #afedac

RGB 175237172
HSL0.330.640.80
HSV117°27°93°
CMYK 0.260.000.27   0.07
XYZ55.409872.660950.1343
Yxy72.66090.31090.4077
Hunter Lab85.2414-33.141324.7978
CIE-Lab88.2857-31.818825.3647

#afedac color RGB value is (175,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10101100
Octal 257 355 254
Decimal 175 237 172
Hex AF ED AC

RGB Percentages of Color #afedac

%29.97
%40.58
%29.45

CMYK Percentages of Color #afedac

%26
%0
%27
%7

Triadic Colors of #afedac

#afedac #acafed #edacaf

Analogous Colors of #afedac

#afedac #acedca #d0edac

Monochromatic Colors of #afedac

#afedac

Complementary Color

#afedac #eaaced

#afedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedac Color CSS Codes

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

#afedac Text Font Color

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

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


#afedac Background Color

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

This div background color is #afedac


#afedac Border Color

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

This div border color is #afedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedac


Comments

No comments written yet.

Please login to write comment.