Color Hex Logo

#aebcdc Color Hex

#AEBCDC
(174,188,220)
0 Favorites   0 Comments

Color spaces of #aebcdc

RGB 174188220
HSL0.620.400.77
HSV222°21°86°
CMYK 0.210.150.00   0.14
XYZ48.357050.132474.8380
Yxy50.13240.27900.2892
Hunter Lab70.8042-1.9977-13.1048
CIE-Lab76.15051.9567-17.6223

#aebcdc color RGB value is (174,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11011100
Octal 256 274 334
Decimal 174 188 220
Hex AE BC DC

RGB Percentages of Color #aebcdc

%29.90
%32.30
%37.80

CMYK Percentages of Color #aebcdc

%21
%15
%0
%14

Triadic Colors of #aebcdc

#aebcdc #dcaebc #bcdcae

Analogous Colors of #aebcdc

#aebcdc #b7aedc #aed3dc

Monochromatic Colors of #aebcdc

#aebcdc

Complementary Color

#aebcdc #dcceae

#aebcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcdc Color CSS Codes

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

#aebcdc Text Font Color

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

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


#aebcdc Background Color

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

This div background color is #aebcdc


#aebcdc Border Color

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

This div border color is #aebcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcdc


Comments

No comments written yet.

Please login to write comment.