Color Hex Logo

#aeddcb Color Hex

#AEDDCB
(174,221,203)
0 Favorites   0 Comments

Color spaces of #aeddcb

RGB 174221203
HSL0.440.410.77
HSV157°21°87°
CMYK 0.210.000.08   0.13
XYZ54.091565.023466.1998
Yxy65.02340.29190.3509
Hunter Lab80.6371-21.37687.7713
CIE-Lab84.4958-18.82203.8366

#aeddcb color RGB value is (174,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11001011
Octal 256 335 313
Decimal 174 221 203
Hex AE DD CB

RGB Percentages of Color #aeddcb

%29.10
%36.96
%33.95

CMYK Percentages of Color #aeddcb

%21
%0
%8
%13

Triadic Colors of #aeddcb

#aeddcb #cbaedd #ddcbae

Analogous Colors of #aeddcb

#aeddcb #aed8dd #aeddb4

Monochromatic Colors of #aeddcb

#aeddcb

Complementary Color

#aeddcb #ddaec0

#aeddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddcb Color CSS Codes

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

#aeddcb Text Font Color

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

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


#aeddcb Background Color

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

This div background color is #aeddcb


#aeddcb Border Color

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

This div border color is #aeddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddcb


Comments

No comments written yet.

Please login to write comment.