Color Hex Logo

#aecdb7 Color Hex

#AECDB7
(174,205,183)
0 Favorites   0 Comments

Color spaces of #aecdb7

RGB 174205183
HSL0.380.240.74
HSV137°15°80°
CMYK 0.150.000.11   0.20
XYZ47.834156.080253.1032
Yxy56.08020.30460.3572
Hunter Lab74.8867-17.034410.3773
CIE-Lab79.6594-14.61227.5015

#aecdb7 color RGB value is (174,205,183).

#aecdb7 hex color red value is 174, green value is 205 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #aecdb7 hue: 0.38 , saturation: 0.24 and the lightness value of aecdb7 is 0.74.

The process color (four color CMYK) of #aecdb7 color hex is 0.15, 0.00, 0.11, 0.20. Web safe color of #aecdb7 is #99cccc. Color #aecdb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 10110111
Octal 256 315 267
Decimal 174 205 183
Hex AE CD B7

RGB Percentages of Color #aecdb7

%30.96
%36.48
%32.56

CMYK Percentages of Color #aecdb7

%15
%0
%11
%20

Triadic Colors of #aecdb7

#aecdb7 #b7aecd #cdb7ae

Analogous Colors of #aecdb7

#aecdb7 #aecdc7 #b5cdae

Monochromatic Colors of #aecdb7

#aecdb7

Complementary Color

#aecdb7 #cdaec4

#aecdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdb7 Color CSS Codes

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

#aecdb7 Text Font Color

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

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


#aecdb7 Background Color

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

This div background color is #aecdb7


#aecdb7 Border Color

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

This div border color is #aecdb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdb7


Comments

No comments written yet.

Please login to write comment.