Color Hex Logo

#aecaaf Color Hex

#AECAAF
(174,202,175)
0 Favorites   0 Comments

Color spaces of #aecaaf

RGB 174202175
HSL0.340.210.74
HSV122°14°79°
CMYK 0.140.000.13   0.21
XYZ46.314054.334948.6041
Yxy54.33490.31030.3640
Hunter Lab73.7122-16.843312.5041
CIE-Lab78.6566-14.548010.3503

#aecaaf color RGB value is (174,202,175).

#aecaaf hex color red value is 174, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aecaaf hue: 0.34 , saturation: 0.21 and the lightness value of aecaaf is 0.74.

The process color (four color CMYK) of #aecaaf color hex is 0.14, 0.00, 0.13, 0.21. Web safe color of #aecaaf is #99cc99. Color #aecaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 10101111
Octal 256 312 257
Decimal 174 202 175
Hex AE CA AF

RGB Percentages of Color #aecaaf

%31.58
%36.66
%31.76

CMYK Percentages of Color #aecaaf

%14
%0
%13
%21

Triadic Colors of #aecaaf

#aecaaf #afaeca #caafae

Analogous Colors of #aecaaf

#aecaaf #aecabd #bbcaae

Monochromatic Colors of #aecaaf

#aecaaf

Complementary Color

#aecaaf #caaec9

#aecaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecaaf Color CSS Codes

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

#aecaaf Text Font Color

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

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


#aecaaf Background Color

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

This div background color is #aecaaf


#aecaaf Border Color

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

This div border color is #aecaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecaaf


Comments

No comments written yet.

Please login to write comment.