Color Hex Logo

#aeb9ce Color Hex

#AEB9CE
(174,185,206)
0 Favorites   0 Comments

Color spaces of #aeb9ce

RGB 174185206
HSL0.610.250.75
HSV219°16°81°
CMYK 0.160.100.00   0.19
XYZ45.945148.152865.2654
Yxy48.15280.28830.3022
Hunter Lab69.3922-3.2502-7.1894
CIE-Lab74.92120.5054-11.8704

#aeb9ce color RGB value is (174,185,206).

#aeb9ce hex color red value is 174, green value is 185 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aeb9ce hue: 0.61 , saturation: 0.25 and the lightness value of aeb9ce is 0.75.

The process color (four color CMYK) of #aeb9ce color hex is 0.16, 0.10, 0.00, 0.19. Web safe color of #aeb9ce is #99cccc. Color #aeb9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 11001110
Octal 256 271 316
Decimal 174 185 206
Hex AE B9 CE

RGB Percentages of Color #aeb9ce

%30.80
%32.74
%36.46

CMYK Percentages of Color #aeb9ce

%16
%10
%0
%19

Triadic Colors of #aeb9ce

#aeb9ce #ceaeb9 #b9ceae

Analogous Colors of #aeb9ce

#aeb9ce #b3aece #aec9ce

Monochromatic Colors of #aeb9ce

#aeb9ce

Complementary Color

#aeb9ce #cec3ae

#aeb9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb9ce Color CSS Codes

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

#aeb9ce Text Font Color

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

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


#aeb9ce Background Color

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

This div background color is #aeb9ce


#aeb9ce Border Color

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

This div border color is #aeb9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb9ce


Comments

No comments written yet.

Please login to write comment.