Color Hex Logo

#aecbae Color Hex

#AECBAE
(174,203,174)
0 Favorites   0 Comments

Color spaces of #aecbae

RGB 174203174
HSL0.330.220.74
HSV120°14°80°
CMYK 0.140.000.14   0.20
XYZ46.451554.766548.1671
Yxy54.76650.31100.3666
Hunter Lab74.0044-17.465813.2131
CIE-Lab78.9066-15.236511.2407

#aecbae color RGB value is (174,203,174).

#aecbae hex color red value is 174, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aecbae hue: 0.33 , saturation: 0.22 and the lightness value of aecbae is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 10101110
Octal 256 313 256
Decimal 174 203 174
Hex AE CB AE

RGB Percentages of Color #aecbae

%31.58
%36.84
%31.58

CMYK Percentages of Color #aecbae

%14
%0
%14
%20

Triadic Colors of #aecbae

#aecbae #aeaecb #cbaeae

Analogous Colors of #aecbae

#aecbae #aecbbd #bdcbae

Monochromatic Colors of #aecbae

#aecbae

Complementary Color

#aecbae #cbaecb

#aecbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbae Color CSS Codes

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

#aecbae Text Font Color

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

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


#aecbae Background Color

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

This div background color is #aecbae


#aecbae Border Color

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

This div border color is #aecbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbae


Comments

No comments written yet.

Please login to write comment.