Color Hex Logo

#aeddc3 Color Hex

#AEDDC3
(174,221,195)
0 Favorites   0 Comments

Color spaces of #aeddc3

RGB 174221195
HSL0.410.410.77
HSV147°21°87°
CMYK 0.210.000.12   0.13
XYZ53.162364.651761.3068
Yxy64.65170.29680.3609
Hunter Lab80.4063-22.692011.0780
CIE-Lab84.3039-20.38137.7875

#aeddc3 color RGB value is (174,221,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11000011
Octal 256 335 303
Decimal 174 221 195
Hex AE DD C3

RGB Percentages of Color #aeddc3

%29.49
%37.46
%33.05

CMYK Percentages of Color #aeddc3

%21
%0
%12
%13

Triadic Colors of #aeddc3

#aeddc3 #c3aedd #ddc3ae

Analogous Colors of #aeddc3

#aeddc3 #aedddb #b1ddae

Monochromatic Colors of #aeddc3

#aeddc3

Complementary Color

#aeddc3 #ddaec8

#aeddc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddc3 Color CSS Codes

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

#aeddc3 Text Font Color

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

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


#aeddc3 Background Color

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

This div background color is #aeddc3


#aeddc3 Border Color

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

This div border color is #aeddc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddc3


Comments

No comments written yet.

Please login to write comment.