Color Hex Logo

#aebedc Color Hex

#AEBEDC
(174,190,220)
0 Favorites   0 Comments

Color spaces of #aebedc

RGB 174190220
HSL0.610.400.77
HSV219°21°86°
CMYK 0.210.140.00   0.14
XYZ48.787350.992974.9814
Yxy50.99290.27920.2918
Hunter Lab71.4093-3.0140-12.2693
CIE-Lab76.67470.8774-16.8311

#aebedc color RGB value is (174,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11011100
Octal 256 276 334
Decimal 174 190 220
Hex AE BE DC

RGB Percentages of Color #aebedc

%29.79
%32.53
%37.67

CMYK Percentages of Color #aebedc

%21
%14
%0
%14

Triadic Colors of #aebedc

#aebedc #dcaebe #bedcae

Analogous Colors of #aebedc

#aebedc #b5aedc #aed5dc

Monochromatic Colors of #aebedc

#aebedc

Complementary Color

#aebedc #dcccae

#aebedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebedc Color CSS Codes

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

#aebedc Text Font Color

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

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


#aebedc Background Color

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

This div background color is #aebedc


#aebedc Border Color

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

This div border color is #aebedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebedc


Comments

No comments written yet.

Please login to write comment.