Color Hex Logo

#aecbaf Color Hex

#AECBAF
(174,203,175)
0 Favorites   0 Comments

Color spaces of #aecbaf

RGB 174203175
HSL0.340.220.74
HSV122°14°80°
CMYK 0.140.000.14   0.20
XYZ46.549454.805748.6826
Yxy54.80570.31030.3653
Hunter Lab74.0309-17.316112.8326
CIE-Lab78.9292-15.057610.7381

#aecbaf color RGB value is (174,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 10101111
Octal 256 313 257
Decimal 174 203 175
Hex AE CB AF

RGB Percentages of Color #aecbaf

%31.52
%36.78
%31.70

CMYK Percentages of Color #aecbaf

%14
%0
%14
%20

Triadic Colors of #aecbaf

#aecbaf #afaecb #cbafae

Analogous Colors of #aecbaf

#aecbaf #aecbbe #bccbae

Monochromatic Colors of #aecbaf

#aecbaf

Complementary Color

#aecbaf #cbaeca

#aecbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbaf Color CSS Codes

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

#aecbaf Text Font Color

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

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


#aecbaf Background Color

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

This div background color is #aecbaf


#aecbaf Border Color

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

This div border color is #aecbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbaf


Comments

No comments written yet.

Please login to write comment.