Color Hex Logo

#aedbcd Color Hex

#AEDBCD
(174,219,205)
0 Favorites   0 Comments

Color spaces of #aedbcd

RGB 174219205
HSL0.450.380.77
HSV161°21°86°
CMYK 0.210.000.06   0.14
XYZ53.806564.069567.2883
Yxy64.06950.29060.3460
Hunter Lab80.0434-20.08546.1884
CIE-Lab84.0019-17.42232.0615

#aedbcd color RGB value is (174,219,205).

#aedbcd hex color red value is 174, green value is 219 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aedbcd hue: 0.45 , saturation: 0.38 and the lightness value of aedbcd is 0.77.

The process color (four color CMYK) of #aedbcd color hex is 0.21, 0.00, 0.06, 0.14. Web safe color of #aedbcd is #99cccc. Color #aedbcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11001101
Octal 256 333 315
Decimal 174 219 205
Hex AE DB CD

RGB Percentages of Color #aedbcd

%29.10
%36.62
%34.28

CMYK Percentages of Color #aedbcd

%21
%0
%6
%14

Triadic Colors of #aedbcd

#aedbcd #cdaedb #dbcdae

Analogous Colors of #aedbcd

#aedbcd #aed3db #aedbb7

Monochromatic Colors of #aedbcd

#aedbcd

Complementary Color

#aedbcd #dbaebc

#aedbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbcd Color CSS Codes

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

#aedbcd Text Font Color

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

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


#aedbcd Background Color

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

This div background color is #aedbcd


#aedbcd Border Color

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

This div border color is #aedbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbcd


Comments

No comments written yet.

Please login to write comment.