Color Hex Logo

#aeccdf Color Hex

#AECCDF
(174,204,223)
0 Favorites   0 Comments

Color spaces of #aeccdf

RGB 174204223
HSL0.560.430.78
HSV203°22°87°
CMYK 0.220.090.00   0.13
XYZ52.367757.512178.1529
Yxy57.51210.27850.3059
Hunter Lab75.8367-9.4543-8.0151
CIE-Lab80.4668-5.9046-12.7489

#aeccdf color RGB value is (174,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11011111
Octal 256 314 337
Decimal 174 204 223
Hex AE CC DF

RGB Percentages of Color #aeccdf

%28.95
%33.94
%37.10

CMYK Percentages of Color #aeccdf

%22
%9
%0
%13

Triadic Colors of #aeccdf

#aeccdf #dfaecc #ccdfae

Analogous Colors of #aeccdf

#aeccdf #aeb4df #aedfda

Monochromatic Colors of #aeccdf

#aeccdf

Complementary Color

#aeccdf #dfc1ae

#aeccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccdf Color CSS Codes

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

#aeccdf Text Font Color

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

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


#aeccdf Background Color

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

This div background color is #aeccdf


#aeccdf Border Color

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

This div border color is #aeccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccdf


Comments

No comments written yet.

Please login to write comment.