Color Hex Logo

#aecadc Color Hex

#AECADC
(174,202,220)
1 Favorites   0 Comments

Color spaces of #aecadc

RGB 174202220
HSL0.570.400.77
HSV203°21°86°
CMYK 0.210.080.00   0.14
XYZ51.494456.407075.8838
Yxy56.40700.28020.3069
Hunter Lab75.1046-9.0470-7.3319
CIE-Lab79.8449-5.5155-12.0710

#aecadc color RGB value is (174,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11011100
Octal 256 312 334
Decimal 174 202 220
Hex AE CA DC

RGB Percentages of Color #aecadc

%29.19
%33.89
%36.91

CMYK Percentages of Color #aecadc

%21
%8
%0
%14

Triadic Colors of #aecadc

#aecadc #dcaeca #cadcae

Analogous Colors of #aecadc

#aecadc #aeb3dc #aedcd7

Monochromatic Colors of #aecadc

#aecadc

Complementary Color

#aecadc #dcc0ae

#aecadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecadc Color CSS Codes

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

#aecadc Text Font Color

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

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


#aecadc Background Color

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

This div background color is #aecadc


#aecadc Border Color

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

This div border color is #aecadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecadc


Comments

No comments written yet.

Please login to write comment.