Color Hex Logo

#aebccc Color Hex

#AEBCCC
(174,188,204)
1 Favorites   0 Comments

Color spaces of #aebccc

RGB 174188204
HSL0.590.230.74
HSV212°15°80°
CMYK 0.150.080.00   0.20
XYZ46.337949.324764.2051
Yxy49.32470.28990.3085
Hunter Lab70.2315-5.1331-5.0403
CIE-Lab75.6529-1.5333-9.6907

#aebccc color RGB value is (174,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11001100
Octal 256 274 314
Decimal 174 188 204
Hex AE BC CC

RGB Percentages of Color #aebccc

%30.74
%33.22
%36.04

CMYK Percentages of Color #aebccc

%15
%8
%0
%20

Triadic Colors of #aebccc

#aebccc #ccaebc #bcccae

Analogous Colors of #aebccc

#aebccc #afaecc #aecbcc

Monochromatic Colors of #aebccc

#aebccc

Complementary Color

#aebccc #ccbeae

#aebccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebccc Color CSS Codes

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

#aebccc Text Font Color

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

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


#aebccc Background Color

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

This div background color is #aebccc


#aebccc Border Color

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

This div border color is #aebccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebccc


Comments

No comments written yet.

Please login to write comment.