Color Hex Logo

#aecdc9 Color Hex

#AECDC9
(174,205,201)
0 Favorites   0 Comments

Color spaces of #aecdc9

RGB 174205201
HSL0.480.240.74
HSV172°15°80°
CMYK 0.150.000.02   0.20
XYZ49.829556.878463.6107
Yxy56.87840.29260.3340
Hunter Lab75.4178-14.04382.7846
CIE-Lab80.1112-11.1042-1.4849

#aecdc9 color RGB value is (174,205,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11001001
Octal 256 315 311
Decimal 174 205 201
Hex AE CD C9

RGB Percentages of Color #aecdc9

%30.00
%35.34
%34.66

CMYK Percentages of Color #aecdc9

%15
%0
%2
%20

Triadic Colors of #aecdc9

#aecdc9 #c9aecd #cdc9ae

Analogous Colors of #aecdc9

#aecdc9 #aec2cd #aecdba

Monochromatic Colors of #aecdc9

#aecdc9

Complementary Color

#aecdc9 #cdaeb2

#aecdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdc9 Color CSS Codes

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

#aecdc9 Text Font Color

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

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


#aecdc9 Background Color

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

This div background color is #aecdc9


#aecdc9 Border Color

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

This div border color is #aecdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdc9


Comments

No comments written yet.

Please login to write comment.