Color Hex Logo

#aecddf Color Hex

#AECDDF
(174,205,223)
0 Favorites   0 Comments

Color spaces of #aecddf

RGB 174205223
HSL0.560.430.78
HSV202°22°87°
CMYK 0.220.080.00   0.13
XYZ52.606257.989078.2324
Yxy57.98900.27860.3071
Hunter Lab76.1505-9.9522-7.6056
CIE-Lab80.7327-6.4294-12.3511

#aecddf color RGB value is (174,205,223).

#aecddf hex color red value is 174, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aecddf hue: 0.56 , saturation: 0.43 and the lightness value of aecddf is 0.78.

The process color (four color CMYK) of #aecddf color hex is 0.22, 0.08, 0.00, 0.13. Web safe color of #aecddf is #99cccc. Color #aecddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11011111
Octal 256 315 337
Decimal 174 205 223
Hex AE CD DF

RGB Percentages of Color #aecddf

%28.90
%34.05
%37.04

CMYK Percentages of Color #aecddf

%22
%8
%0
%13

Triadic Colors of #aecddf

#aecddf #dfaecd #cddfae

Analogous Colors of #aecddf

#aecddf #aeb5df #aedfd9

Monochromatic Colors of #aecddf

#aecddf

Complementary Color

#aecddf #dfc0ae

#aecddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecddf Color CSS Codes

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

#aecddf Text Font Color

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

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


#aecddf Background Color

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

This div background color is #aecddf


#aecddf Border Color

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

This div border color is #aecddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecddf


Comments

No comments written yet.

Please login to write comment.