Color Hex Logo

#aebecc Color Hex

#AEBECC
(174,190,204)
0 Favorites   0 Comments

Color spaces of #aebecc

RGB 174190204
HSL0.580.230.74
HSV208°15°80°
CMYK 0.150.070.00   0.20
XYZ46.768150.185264.3485
Yxy50.18520.28990.3111
Hunter Lab70.8415-6.1306-4.2667
CIE-Lab76.1828-2.6033-8.9018

#aebecc color RGB value is (174,190,204).

#aebecc hex color red value is 174, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aebecc hue: 0.58 , saturation: 0.23 and the lightness value of aebecc is 0.74.

The process color (four color CMYK) of #aebecc color hex is 0.15, 0.07, 0.00, 0.20. Web safe color of #aebecc is #99cccc. Color #aebecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11001100
Octal 256 276 314
Decimal 174 190 204
Hex AE BE CC

RGB Percentages of Color #aebecc

%30.63
%33.45
%35.92

CMYK Percentages of Color #aebecc

%15
%7
%0
%20

Triadic Colors of #aebecc

#aebecc #ccaebe #beccae

Analogous Colors of #aebecc

#aebecc #aeafcc #aecccb

Monochromatic Colors of #aebecc

#aebecc

Complementary Color

#aebecc #ccbcae

#aebecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebecc Color CSS Codes

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

#aebecc Text Font Color

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

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


#aebecc Background Color

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

This div background color is #aebecc


#aebecc Border Color

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

This div border color is #aebecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebecc


Comments

No comments written yet.

Please login to write comment.