Color Hex Logo

#aebcc5 Color Hex

#AEBCC5
(174,188,197)
0 Favorites   0 Comments

Color spaces of #aebcc5

RGB 174188197
HSL0.570.170.73
HSV203°12°77°
CMYK 0.120.050.00   0.23
XYZ45.516848.996359.8816
Yxy48.99630.29480.3173
Hunter Lab69.9974-6.4232-1.7235
CIE-Lab75.4490-2.9928-6.1898

#aebcc5 color RGB value is (174,188,197).

#aebcc5 hex color red value is 174, green value is 188 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #aebcc5 hue: 0.57 , saturation: 0.17 and the lightness value of aebcc5 is 0.73.

The process color (four color CMYK) of #aebcc5 color hex is 0.12, 0.05, 0.00, 0.23. Web safe color of #aebcc5 is #99cccc. Color #aebcc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11000101
Octal 256 274 305
Decimal 174 188 197
Hex AE BC C5

RGB Percentages of Color #aebcc5

%31.13
%33.63
%35.24

CMYK Percentages of Color #aebcc5

%12
%5
%0
%23

Triadic Colors of #aebcc5

#aebcc5 #c5aebc #bcc5ae

Analogous Colors of #aebcc5

#aebcc5 #aeb1c5 #aec5c3

Monochromatic Colors of #aebcc5

#aebcc5

Complementary Color

#aebcc5 #c5b7ae

#aebcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcc5 Color CSS Codes

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

#aebcc5 Text Font Color

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

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


#aebcc5 Background Color

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

This div background color is #aebcc5


#aebcc5 Border Color

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

This div border color is #aebcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcc5

#aebcc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.