Color Hex Logo

#acf9ae Color Hex

#ACF9AE
(172,249,174)
0 Favorites   0 Comments

Color spaces of #acf9ae

RGB 172249174
HSL0.340.870.83
HSV122°31°98°
CMYK 0.310.000.30   0.02
XYZ58.528979.578052.3197
Yxy79.57800.30740.4179
Hunter Lab89.2065-38.996527.6709
CIE-Lab91.4952-37.957828.6860

#acf9ae color RGB value is (172,249,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 10101110
Octal 254 371 256
Decimal 172 249 174
Hex AC F9 AE

RGB Percentages of Color #acf9ae

%28.91
%41.85
%29.24

CMYK Percentages of Color #acf9ae

%31
%0
%30
%2

Triadic Colors of #acf9ae

#acf9ae #aeacf9 #f9aeac

Analogous Colors of #acf9ae

#acf9ae #acf9d5 #d1f9ac

Monochromatic Colors of #acf9ae

#acf9ae

Complementary Color

#acf9ae #f9acf7

#acf9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf9ae Color CSS Codes

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

#acf9ae Text Font Color

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

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


#acf9ae Background Color

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

This div background color is #acf9ae


#acf9ae Border Color

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

This div border color is #acf9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf9ae


Comments

No comments written yet.

Please login to write comment.