Color Hex Logo

#aecfbd Color Hex

#AECFBD
(174,207,189)
0 Favorites   0 Comments

Color spaces of #aecfbd

RGB 174207189
HSL0.410.260.75
HSV147°16°81°
CMYK 0.160.000.09   0.19
XYZ48.953757.298456.6237
Yxy57.29840.30060.3518
Hunter Lab75.6957-17.02858.6355
CIE-Lab80.3471-14.49745.2824

#aecfbd color RGB value is (174,207,189).

#aecfbd hex color red value is 174, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aecfbd hue: 0.41 , saturation: 0.26 and the lightness value of aecfbd is 0.75.

The process color (four color CMYK) of #aecfbd color hex is 0.16, 0.00, 0.09, 0.19. Web safe color of #aecfbd is #99cccc. Color #aecfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 10111101
Octal 256 317 275
Decimal 174 207 189
Hex AE CF BD

RGB Percentages of Color #aecfbd

%30.53
%36.32
%33.16

CMYK Percentages of Color #aecfbd

%16
%0
%9
%19

Triadic Colors of #aecfbd

#aecfbd #bdaecf #cfbdae

Analogous Colors of #aecfbd

#aecfbd #aecfce #b0cfae

Monochromatic Colors of #aecfbd

#aecfbd

Complementary Color

#aecfbd #cfaec0

#aecfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfbd Color CSS Codes

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

#aecfbd Text Font Color

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

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


#aecfbd Background Color

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

This div background color is #aecfbd


#aecfbd Border Color

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

This div border color is #aecfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfbd


Comments

No comments written yet.

Please login to write comment.