Color Hex Logo

#aedec3 Color Hex

#AEDEC3
(174,222,195)
0 Favorites   0 Comments

Color spaces of #aedec3

RGB 174222195
HSL0.410.420.78
HSV146°22°87°
CMYK 0.220.000.12   0.13
XYZ53.427265.181461.3951
Yxy65.18140.29680.3621
Hunter Lab80.7350-23.162111.4273
CIE-Lab84.5771-20.87578.1792

#aedec3 color RGB value is (174,222,195).

#aedec3 hex color red value is 174, green value is 222 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #aedec3 hue: 0.41 , saturation: 0.42 and the lightness value of aedec3 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11000011
Octal 256 336 303
Decimal 174 222 195
Hex AE DE C3

RGB Percentages of Color #aedec3

%29.44
%37.56
%32.99

CMYK Percentages of Color #aedec3

%22
%0
%12
%13

Triadic Colors of #aedec3

#aedec3 #c3aede #dec3ae

Analogous Colors of #aedec3

#aedec3 #aededb #b1deae

Monochromatic Colors of #aedec3

#aedec3

Complementary Color

#aedec3 #deaec9

#aedec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedec3 Color CSS Codes

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

#aedec3 Text Font Color

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

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


#aedec3 Background Color

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

This div background color is #aedec3


#aedec3 Border Color

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

This div border color is #aedec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedec3


Comments

No comments written yet.

Please login to write comment.