Color Hex Logo

#aecba8 Color Hex

#AECBA8
(174,203,168)
0 Favorites   0 Comments

Color spaces of #aecba8

RGB 174203168
HSL0.300.250.73
HSV110°17°80°
CMYK 0.140.000.17   0.20
XYZ45.879454.537745.1545
Yxy54.53770.31520.3746
Hunter Lab73.8496-18.343015.4426
CIE-Lab78.7742-16.289614.2583

#aecba8 color RGB value is (174,203,168).

#aecba8 hex color red value is 174, green value is 203 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #aecba8 hue: 0.30 , saturation: 0.25 and the lightness value of aecba8 is 0.73.

The process color (four color CMYK) of #aecba8 color hex is 0.14, 0.00, 0.17, 0.20. Web safe color of #aecba8 is #99cc99. Color #aecba8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 10101000
Octal 256 313 250
Decimal 174 203 168
Hex AE CB A8

RGB Percentages of Color #aecba8

%31.93
%37.25
%30.83

CMYK Percentages of Color #aecba8

%14
%0
%17
%20

Triadic Colors of #aecba8

#aecba8 #a8aecb #cba8ae

Analogous Colors of #aecba8

#aecba8 #a8cbb4 #c0cba8

Monochromatic Colors of #aecba8

#aecba8

Complementary Color

#aecba8 #c5a8cb

#aecba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecba8 Color CSS Codes

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

#aecba8 Text Font Color

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

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


#aecba8 Background Color

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

This div background color is #aecba8


#aecba8 Border Color

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

This div border color is #aecba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecba8


Comments

No comments written yet.

Please login to write comment.