Color Hex Logo

#aebca0 Color Hex

#AEBCA0
(174,188,160)
0 Favorites   0 Comments

Color spaces of #aebca0

RGB 174188160
HSL0.250.170.68
HSV90°15°74°
CMYK 0.070.000.15   0.26
XYZ41.783947.503240.2245
Yxy47.50320.32260.3668
Hunter Lab68.9226-12.399913.6430
CIE-Lab74.5105-9.947712.5454

#aebca0 color RGB value is (174,188,160).

#aebca0 hex color red value is 174, green value is 188 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #aebca0 hue: 0.25 , saturation: 0.17 and the lightness value of aebca0 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 10100000
Octal 256 274 240
Decimal 174 188 160
Hex AE BC A0

RGB Percentages of Color #aebca0

%33.33
%36.02
%30.65

CMYK Percentages of Color #aebca0

%7
%0
%15
%26

Triadic Colors of #aebca0

#aebca0 #a0aebc #bca0ae

Analogous Colors of #aebca0

#aebca0 #a0bca0 #bcbca0

Monochromatic Colors of #aebca0

#aebca0

Complementary Color

#aebca0 #aea0bc

#aebca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebca0 Color CSS Codes

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

#aebca0 Text Font Color

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

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


#aebca0 Background Color

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

This div background color is #aebca0


#aebca0 Border Color

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

This div border color is #aebca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebca0


Comments

No comments written yet.

Please login to write comment.