Color Hex Logo

#aecfaa Color Hex

#AECFAA
(174,207,170)
0 Favorites   0 Comments

Color spaces of #aecfaa

RGB 174207170
HSL0.320.280.74
HSV114°18°81°
CMYK 0.160.000.18   0.19
XYZ47.024156.526646.4625
Yxy56.52660.31350.3768
Hunter Lab75.1842-19.929115.9887
CIE-Lab79.9126-17.961114.7946

#aecfaa color RGB value is (174,207,170).

#aecfaa hex color red value is 174, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aecfaa hue: 0.32 , saturation: 0.28 and the lightness value of aecfaa is 0.74.

The process color (four color CMYK) of #aecfaa color hex is 0.16, 0.00, 0.18, 0.19. Web safe color of #aecfaa is #99cc99. Color #aecfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 10101010
Octal 256 317 252
Decimal 174 207 170
Hex AE CF AA

RGB Percentages of Color #aecfaa

%31.58
%37.57
%30.85

CMYK Percentages of Color #aecfaa

%16
%0
%18
%19

Triadic Colors of #aecfaa

#aecfaa #aaaecf #cfaaae

Analogous Colors of #aecfaa

#aecfaa #aacfb9 #c1cfaa

Monochromatic Colors of #aecfaa

#aecfaa

Complementary Color

#aecfaa #cbaacf

#aecfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfaa Color CSS Codes

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

#aecfaa Text Font Color

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

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


#aecfaa Background Color

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

This div background color is #aecfaa


#aecfaa Border Color

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

This div border color is #aecfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfaa


Comments

No comments written yet.

Please login to write comment.