Color Hex Logo

#aebcad Color Hex

#AEBCAD
(174,188,173)
0 Favorites   0 Comments

Color spaces of #aebcad

RGB 174188173
HSL0.320.100.71
HSV116°74°
CMYK 0.070.000.08   0.26
XYZ42.981647.982246.5313
Yxy47.98220.31260.3490
Hunter Lab69.2692-10.46168.6606
CIE-Lab74.8137-7.65635.9291

#aebcad color RGB value is (174,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10101101
Octal 256 274 255
Decimal 174 188 173
Hex AE BC AD

RGB Percentages of Color #aebcad

%32.52
%35.14
%32.34

CMYK Percentages of Color #aebcad

%7
%0
%8
%26

Triadic Colors of #aebcad

#aebcad #adaebc #bcadae

Analogous Colors of #aebcad

#aebcad #adbcb4 #b6bcad

Monochromatic Colors of #aebcad

#aebcad

Complementary Color

#aebcad #bbadbc

#aebcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcad Color CSS Codes

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

#aebcad Text Font Color

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

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


#aebcad Background Color

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

This div background color is #aebcad


#aebcad Border Color

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

This div border color is #aebcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcad


Comments

No comments written yet.

Please login to write comment.