Color Hex Logo

#aeceae Color Hex

#AECEAE
(174,206,174)
0 Favorites   0 Comments

Color spaces of #aeceae

RGB 174206174
HSL0.330.250.75
HSV120°16°81°
CMYK 0.160.000.16   0.19
XYZ47.166856.197348.4056
Yxy56.19730.31080.3703
Hunter Lab74.9649-18.878914.1912
CIE-Lab79.7260-16.757112.4024

#aeceae color RGB value is (174,206,174).

#aeceae hex color red value is 174, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aeceae hue: 0.33 , saturation: 0.25 and the lightness value of aeceae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 10101110
Octal 256 316 256
Decimal 174 206 174
Hex AE CE AE

RGB Percentages of Color #aeceae

%31.41
%37.18
%31.41

CMYK Percentages of Color #aeceae

%16
%0
%16
%19

Triadic Colors of #aeceae

#aeceae #aeaece #ceaeae

Analogous Colors of #aeceae

#aeceae #aecebe #beceae

Monochromatic Colors of #aeceae

#aeceae

Complementary Color

#aeceae #ceaece

#aeceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeceae Color CSS Codes

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

#aeceae Text Font Color

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

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


#aeceae Background Color

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

This div background color is #aeceae


#aeceae Border Color

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

This div border color is #aeceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeceae


Comments

No comments written yet.

Please login to write comment.