Color Hex Logo

#aebcc4 Color Hex

#AEBCC4
(174,188,196)
0 Favorites   0 Comments

Color spaces of #aebcc4

RGB 174188196
HSL0.560.160.73
HSV202°11°77°
CMYK 0.110.040.00   0.23
XYZ45.402648.950659.2800
Yxy48.95060.29550.3186
Hunter Lab69.9647-6.6032-1.2602
CIE-Lab75.4206-3.1977-5.6883

#aebcc4 color RGB value is (174,188,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11000100
Octal 256 274 304
Decimal 174 188 196
Hex AE BC C4

RGB Percentages of Color #aebcc4

%31.18
%33.69
%35.13

CMYK Percentages of Color #aebcc4

%11
%4
%0
%23

Triadic Colors of #aebcc4

#aebcc4 #c4aebc #bcc4ae

Analogous Colors of #aebcc4

#aebcc4 #aeb1c4 #aec4c1

Monochromatic Colors of #aebcc4

#aebcc4

Complementary Color

#aebcc4 #c4b6ae

#aebcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcc4 Color CSS Codes

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

#aebcc4 Text Font Color

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

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


#aebcc4 Background Color

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

This div background color is #aebcc4


#aebcc4 Border Color

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

This div border color is #aebcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcc4

#aebcc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.