Color Hex Logo

#aebacb Color Hex

#AEBACB
(174,186,203)
1 Favorites   0 Comments

Color spaces of #aebacb

RGB 174186203
HSL0.600.220.74
HSV215°14°80°
CMYK 0.140.080.00   0.20
XYZ45.794048.428363.4339
Yxy48.42830.29050.3072
Hunter Lab69.5904-4.3213-5.3314
CIE-Lab75.0943-0.6712-9.9796

#aebacb color RGB value is (174,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11001011
Octal 256 272 313
Decimal 174 186 203
Hex AE BA CB

RGB Percentages of Color #aebacb

%30.91
%33.04
%36.06

CMYK Percentages of Color #aebacb

%14
%8
%0
%20

Triadic Colors of #aebacb

#aebacb #cbaeba #bacbae

Analogous Colors of #aebacb

#aebacb #b1aecb #aec9cb

Monochromatic Colors of #aebacb

#aebacb

Complementary Color

#aebacb #cbbfae

#aebacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebacb Color CSS Codes

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

#aebacb Text Font Color

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

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


#aebacb Background Color

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

This div background color is #aebacb


#aebacb Border Color

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

This div border color is #aebacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebacb


Comments

No comments written yet.

Please login to write comment.