Color Hex Logo

#aebcc3 Color Hex

#AEBCC3
(174,188,195)
0 Favorites   0 Comments

Color spaces of #aebcc3

RGB 174188195
HSL0.560.150.72
HSV200°11°76°
CMYK 0.110.040.00   0.24
XYZ45.289148.905258.6824
Yxy48.90520.29620.3199
Hunter Lab69.9323-6.7824-0.7996
CIE-Lab75.3923-3.4018-5.1864

#aebcc3 color RGB value is (174,188,195).

#aebcc3 hex color red value is 174, green value is 188 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #aebcc3 hue: 0.56 , saturation: 0.15 and the lightness value of aebcc3 is 0.72.

The process color (four color CMYK) of #aebcc3 color hex is 0.11, 0.04, 0.00, 0.24. Web safe color of #aebcc3 is #99cccc. Color #aebcc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11000011
Octal 256 274 303
Decimal 174 188 195
Hex AE BC C3

RGB Percentages of Color #aebcc3

%31.24
%33.75
%35.01

CMYK Percentages of Color #aebcc3

%11
%4
%0
%24

Triadic Colors of #aebcc3

#aebcc3 #c3aebc #bcc3ae

Analogous Colors of #aebcc3

#aebcc3 #aeb2c3 #aec3c0

Monochromatic Colors of #aebcc3

#aebcc3

Complementary Color

#aebcc3 #c3b5ae

#aebcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcc3 Color CSS Codes

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

#aebcc3 Text Font Color

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

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


#aebcc3 Background Color

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

This div background color is #aebcc3


#aebcc3 Border Color

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

This div border color is #aebcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcc3


Comments

No comments written yet.

Please login to write comment.