Color Hex Logo

#aebeae Color Hex

#AEBEAE
(174,190,174)
0 Favorites   0 Comments

Color spaces of #aebeae

RGB 174190174
HSL0.330.110.71
HSV120°75°
CMYK 0.080.000.08   0.25
XYZ43.509048.881647.1863
Yxy48.88160.31170.3502
Hunter Lab69.9154-11.26978.9256
CIE-Lab75.3776-8.52366.1978

#aebeae color RGB value is (174,190,174).

#aebeae hex color red value is 174, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aebeae hue: 0.33 , saturation: 0.11 and the lightness value of aebeae is 0.71.

The process color (four color CMYK) of #aebeae color hex is 0.08, 0.00, 0.08, 0.25. Web safe color of #aebeae is #99cc99. Color #aebeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10101110
Octal 256 276 256
Decimal 174 190 174
Hex AE BE AE

RGB Percentages of Color #aebeae

%32.34
%35.32
%32.34

CMYK Percentages of Color #aebeae

%8
%0
%8
%25

Triadic Colors of #aebeae

#aebeae #aeaebe #beaeae

Analogous Colors of #aebeae

#aebeae #aebeb6 #b6beae

Monochromatic Colors of #aebeae

#aebeae

Complementary Color

#aebeae #beaebe

#aebeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeae Color CSS Codes

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

#aebeae Text Font Color

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

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


#aebeae Background Color

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

This div background color is #aebeae


#aebeae Border Color

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

This div border color is #aebeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeae


Comments

No comments written yet.

Please login to write comment.