Color Hex Logo

#aeddc4 Color Hex

#AEDDC4
(174,221,196)
0 Favorites   0 Comments

Color spaces of #aeddc4

RGB 174221196
HSL0.410.410.77
HSV148°21°87°
CMYK 0.210.000.11   0.13
XYZ53.275864.697161.9044
Yxy64.69710.29620.3597
Hunter Lab80.4345-22.530910.6731
CIE-Lab84.3274-20.18957.2931

#aeddc4 color RGB value is (174,221,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11000100
Octal 256 335 304
Decimal 174 221 196
Hex AE DD C4

RGB Percentages of Color #aeddc4

%29.44
%37.39
%33.16

CMYK Percentages of Color #aeddc4

%21
%0
%11
%13

Triadic Colors of #aeddc4

#aeddc4 #c4aedd #ddc4ae

Analogous Colors of #aeddc4

#aeddc4 #aedddc #b0ddae

Monochromatic Colors of #aeddc4

#aeddc4

Complementary Color

#aeddc4 #ddaec7

#aeddc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddc4 Color CSS Codes

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

#aeddc4 Text Font Color

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

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


#aeddc4 Background Color

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

This div background color is #aeddc4


#aeddc4 Border Color

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

This div border color is #aeddc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddc4


Comments

No comments written yet.

Please login to write comment.