Color Hex Logo

#aebccb Color Hex

#AEBCCB
(174,188,203)
0 Favorites   0 Comments

Color spaces of #aebccb

RGB 174188203
HSL0.590.220.74
HSV211°14°80°
CMYK 0.140.070.00   0.20
XYZ46.218349.276963.5753
Yxy49.27690.29060.3098
Hunter Lab70.1975-5.3206-4.5585
CIE-Lab75.6233-1.7445-9.1916

#aebccb color RGB value is (174,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11001011
Octal 256 274 313
Decimal 174 188 203
Hex AE BC CB

RGB Percentages of Color #aebccb

%30.80
%33.27
%35.93

CMYK Percentages of Color #aebccb

%14
%7
%0
%20

Triadic Colors of #aebccb

#aebccb #cbaebc #bccbae

Analogous Colors of #aebccb

#aebccb #afaecb #aecbcb

Monochromatic Colors of #aebccb

#aebccb

Complementary Color

#aebccb #cbbdae

#aebccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebccb Color CSS Codes

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

#aebccb Text Font Color

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

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


#aebccb Background Color

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

This div background color is #aebccb


#aebccb Border Color

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

This div border color is #aebccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebccb


Comments

No comments written yet.

Please login to write comment.