Color Hex Logo

#aecdc2 Color Hex

#AECDC2
(174,205,194)
0 Favorites   0 Comments

Color spaces of #aecdc2

RGB 174205194
HSL0.440.240.74
HSV159°15°80°
CMYK 0.150.000.05   0.20
XYZ49.024556.556459.3715
Yxy56.55640.29720.3429
Hunter Lab75.2040-15.24525.8350
CIE-Lab79.9294-12.50382.0016

#aecdc2 color RGB value is (174,205,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11000010
Octal 256 315 302
Decimal 174 205 194
Hex AE CD C2

RGB Percentages of Color #aecdc2

%30.37
%35.78
%33.86

CMYK Percentages of Color #aecdc2

%15
%0
%5
%20

Triadic Colors of #aecdc2

#aecdc2 #c2aecd #cdc2ae

Analogous Colors of #aecdc2

#aecdc2 #aec9cd #aecdb3

Monochromatic Colors of #aecdc2

#aecdc2

Complementary Color

#aecdc2 #cdaeb9

#aecdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdc2 Color CSS Codes

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

#aecdc2 Text Font Color

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

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


#aecdc2 Background Color

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

This div background color is #aecdc2


#aecdc2 Border Color

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

This div border color is #aecdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdc2


Comments

No comments written yet.

Please login to write comment.