Color Hex Logo

#aeddc2 Color Hex

#AEDDC2
(174,221,194)
0 Favorites   0 Comments

Color spaces of #aeddc2

RGB 174221194
HSL0.400.410.77
HSV146°21°87°
CMYK 0.210.000.12   0.13
XYZ53.049664.606660.7132
Yxy64.60660.29740.3622
Hunter Lab80.3782-22.852011.4804
CIE-Lab84.2806-20.57218.2820

#aeddc2 color RGB value is (174,221,194).

#aeddc2 hex color red value is 174, green value is 221 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #aeddc2 hue: 0.40 , saturation: 0.41 and the lightness value of aeddc2 is 0.77.

The process color (four color CMYK) of #aeddc2 color hex is 0.21, 0.00, 0.12, 0.13. Web safe color of #aeddc2 is #99cccc. Color #aeddc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11000010
Octal 256 335 302
Decimal 174 221 194
Hex AE DD C2

RGB Percentages of Color #aeddc2

%29.54
%37.52
%32.94

CMYK Percentages of Color #aeddc2

%21
%0
%12
%13

Triadic Colors of #aeddc2

#aeddc2 #c2aedd #ddc2ae

Analogous Colors of #aeddc2

#aeddc2 #aeddda #b2ddae

Monochromatic Colors of #aeddc2

#aeddc2

Complementary Color

#aeddc2 #ddaec9

#aeddc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddc2 Color CSS Codes

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

#aeddc2 Text Font Color

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

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


#aeddc2 Background Color

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

This div background color is #aeddc2


#aeddc2 Border Color

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

This div border color is #aeddc2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,221,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 #aeddc2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddc2


Comments

No comments written yet.

Please login to write comment.