Color Hex Logo

#aeccdc Color Hex

#AECCDC
(174,204,220)
0 Favorites   0 Comments

Color spaces of #aeccdc

RGB 174204220
HSL0.560.400.77
HSV201°21°86°
CMYK 0.210.070.00   0.14
XYZ51.966757.351776.0412
Yxy57.35170.28040.3094
Hunter Lab75.7309-10.0420-6.5213
CIE-Lab80.3770-6.5666-11.2761

#aeccdc color RGB value is (174,204,220).

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

The process color (four color CMYK) of #aeccdc color hex is 0.21, 0.07, 0.00, 0.14. Web safe color of #aeccdc is #99cccc. Color #aeccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11011100
Octal 256 314 334
Decimal 174 204 220
Hex AE CC DC

RGB Percentages of Color #aeccdc

%29.10
%34.11
%36.79

CMYK Percentages of Color #aeccdc

%21
%7
%0
%14

Triadic Colors of #aeccdc

#aeccdc #dcaecc #ccdcae

Analogous Colors of #aeccdc

#aeccdc #aeb5dc #aedcd5

Monochromatic Colors of #aeccdc

#aeccdc

Complementary Color

#aeccdc #dcbeae

#aeccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccdc Color CSS Codes

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

#aeccdc Text Font Color

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

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


#aeccdc Background Color

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

This div background color is #aeccdc


#aeccdc Border Color

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

This div border color is #aeccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccdc


Comments

No comments written yet.

Please login to write comment.