Color Hex Logo

#aebead Color Hex

#AEBEAD
(174,190,173)
0 Favorites   0 Comments

Color spaces of #aebead

RGB 174190173
HSL0.320.120.71
HSV116°75°
CMYK 0.080.000.09   0.25
XYZ43.411848.842746.6747
Yxy48.84270.31250.3516
Hunter Lab69.8876-11.42509.3242
CIE-Lab75.3534-8.70626.7049

#aebead color RGB value is (174,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10101101
Octal 256 276 255
Decimal 174 190 173
Hex AE BE AD

RGB Percentages of Color #aebead

%32.40
%35.38
%32.22

CMYK Percentages of Color #aebead

%8
%0
%9
%25

Triadic Colors of #aebead

#aebead #adaebe #beadae

Analogous Colors of #aebead

#aebead #adbeb5 #b7bead

Monochromatic Colors of #aebead

#aebead

Complementary Color

#aebead #bdadbe

#aebead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebead Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebead Color CSS Codes

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

#aebead Text Font Color

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

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


#aebead Background Color

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

This div background color is #aebead


#aebead Border Color

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

This div border color is #aebead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebead


Comments

No comments written yet.

Please login to write comment.