Color Hex Logo

#aebdae Color Hex

#AEBDAE
(174,189,174)
0 Favorites   0 Comments

Color spaces of #aebdae

RGB 174189174
HSL0.330.100.71
HSV120°74°
CMYK 0.080.000.08   0.26
XYZ43.293148.449947.1144
Yxy48.44990.31180.3489
Hunter Lab69.6060-10.78818.5924
CIE-Lab75.1078-7.99915.8095

#aebdae color RGB value is (174,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 10101110
Octal 256 275 256
Decimal 174 189 174
Hex AE BD AE

RGB Percentages of Color #aebdae

%32.40
%35.20
%32.40

CMYK Percentages of Color #aebdae

%8
%0
%8
%26

Triadic Colors of #aebdae

#aebdae #aeaebd #bdaeae

Analogous Colors of #aebdae

#aebdae #aebdb6 #b6bdae

Monochromatic Colors of #aebdae

#aebdae

Complementary Color

#aebdae #bdaebd

#aebdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdae Color CSS Codes

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

#aebdae Text Font Color

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

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


#aebdae Background Color

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

This div background color is #aebdae


#aebdae Border Color

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

This div border color is #aebdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdae

#aebdae Color Palettes


Comments

No comments written yet.

Please login to write comment.