Color Hex Logo

#acfaae Color Hex

#ACFAAE
(172,250,174)
0 Favorites   0 Comments

Color spaces of #acfaae

RGB 172250174
HSL0.340.890.83
HSV122°31°98°
CMYK 0.310.000.30   0.02
XYZ58.838880.197952.4230
Yxy80.19790.30730.4189
Hunter Lab89.5533-39.439227.9799
CIE-Lab91.7736-38.408329.0630

#acfaae color RGB value is (172,250,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 10101110
Octal 254 372 256
Decimal 172 250 174
Hex AC FA AE

RGB Percentages of Color #acfaae

%28.86
%41.95
%29.19

CMYK Percentages of Color #acfaae

%31
%0
%30
%2

Triadic Colors of #acfaae

#acfaae #aeacfa #faaeac

Analogous Colors of #acfaae

#acfaae #acfad5 #d1faac

Monochromatic Colors of #acfaae

#acfaae

Complementary Color

#acfaae #faacf8

#acfaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfaae Color CSS Codes

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

#acfaae Text Font Color

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

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


#acfaae Background Color

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

This div background color is #acfaae


#acfaae Border Color

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

This div border color is #acfaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfaae


Comments

No comments written yet.

Please login to write comment.