Color Hex Logo

#acfaad Color Hex

#ACFAAD
(172,250,173)
0 Favorites   0 Comments

Color spaces of #acfaad

RGB 172250173
HSL0.340.890.83
HSV121°31°98°
CMYK 0.310.000.31   0.02
XYZ58.741780.159051.9114
Yxy80.15900.30790.4201
Hunter Lab89.5316-39.566328.2951
CIE-Lab91.7562-38.567829.5446

#acfaad color RGB value is (172,250,173).

#acfaad hex color red value is 172, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #acfaad hue: 0.34 , saturation: 0.89 and the lightness value of acfaad is 0.83.

The process color (four color CMYK) of #acfaad color hex is 0.31, 0.00, 0.31, 0.02. Web safe color of #acfaad is #99ff99. Color #acfaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 10101101
Octal 254 372 255
Decimal 172 250 173
Hex AC FA AD

RGB Percentages of Color #acfaad

%28.91
%42.02
%29.08

CMYK Percentages of Color #acfaad

%31
%0
%31
%2

Triadic Colors of #acfaad

#acfaad #adacfa #faadac

Analogous Colors of #acfaad

#acfaad #acfad4 #d2faac

Monochromatic Colors of #acfaad

#acfaad

Complementary Color

#acfaad #faacf9

#acfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfaad Color CSS Codes

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

#acfaad Text Font Color

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

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


#acfaad Background Color

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

This div background color is #acfaad


#acfaad Border Color

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

This div border color is #acfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfaad


Comments

No comments written yet.

Please login to write comment.