Color Hex Logo

#aecfa2 Color Hex

#AECFA2
(174,207,162)
0 Favorites   0 Comments

Color spaces of #aecfa2

RGB 174207162
HSL0.290.320.72
HSV104°22°81°
CMYK 0.160.000.22   0.19
XYZ46.290056.233042.5967
Yxy56.23300.31900.3875
Hunter Lab74.9887-21.043318.8129
CIE-Lab79.7462-19.312718.8052

#aecfa2 color RGB value is (174,207,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 10100010
Octal 256 317 242
Decimal 174 207 162
Hex AE CF A2

RGB Percentages of Color #aecfa2

%32.04
%38.12
%29.83

CMYK Percentages of Color #aecfa2

%16
%0
%22
%19

Triadic Colors of #aecfa2

#aecfa2 #a2aecf #cfa2ae

Analogous Colors of #aecfa2

#aecfa2 #a2cfad #c5cfa2

Monochromatic Colors of #aecfa2

#aecfa2

Complementary Color

#aecfa2 #c3a2cf

#aecfa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfa2 Color CSS Codes

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

#aecfa2 Text Font Color

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

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


#aecfa2 Background Color

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

This div background color is #aecfa2


#aecfa2 Border Color

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

This div border color is #aecfa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfa2


Comments

No comments written yet.

Please login to write comment.