Color Hex Logo

#aeccaf Color Hex

#AECCAF
(174,204,175)
0 Favorites   0 Comments

Color spaces of #aeccaf

RGB 174204175
HSL0.340.230.74
HSV122°15°80°
CMYK 0.150.000.14   0.20
XYZ46.786355.279548.7616
Yxy55.27950.31020.3665
Hunter Lab74.3502-17.788213.1606
CIE-Lab79.2020-15.565911.1257

#aeccaf color RGB value is (174,204,175).

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

The process color (four color CMYK) of #aeccaf color hex is 0.15, 0.00, 0.14, 0.20. Web safe color of #aeccaf is #99cc99. Color #aeccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 10101111
Octal 256 314 257
Decimal 174 204 175
Hex AE CC AF

RGB Percentages of Color #aeccaf

%31.46
%36.89
%31.65

CMYK Percentages of Color #aeccaf

%15
%0
%14
%20

Triadic Colors of #aeccaf

#aeccaf #afaecc #ccafae

Analogous Colors of #aeccaf

#aeccaf #aeccbe #bcccae

Monochromatic Colors of #aeccaf

#aeccaf

Complementary Color

#aeccaf #ccaecb

#aeccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccaf Color CSS Codes

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

#aeccaf Text Font Color

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

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


#aeccaf Background Color

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

This div background color is #aeccaf


#aeccaf Border Color

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

This div border color is #aeccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccaf


Comments

No comments written yet.

Please login to write comment.