Color Hex Logo

#aebdc5 Color Hex

#AEBDC5
(174,189,197)
0 Favorites   0 Comments

Color spaces of #aebdc5

RGB 174189197
HSL0.560.170.73
HSV201°12°77°
CMYK 0.120.040.00   0.23
XYZ45.731249.425159.9530
Yxy49.42510.29480.3186
Hunter Lab70.3030-6.9182-1.3493
CIE-Lab75.7150-3.5261-5.7963

#aebdc5 color RGB value is (174,189,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11000101
Octal 256 275 305
Decimal 174 189 197
Hex AE BD C5

RGB Percentages of Color #aebdc5

%31.07
%33.75
%35.18

CMYK Percentages of Color #aebdc5

%12
%4
%0
%23

Triadic Colors of #aebdc5

#aebdc5 #c5aebd #bdc5ae

Analogous Colors of #aebdc5

#aebdc5 #aeb2c5 #aec5c2

Monochromatic Colors of #aebdc5

#aebdc5

Complementary Color

#aebdc5 #c5b6ae

#aebdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdc5 Color CSS Codes

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

#aebdc5 Text Font Color

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

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


#aebdc5 Background Color

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

This div background color is #aebdc5


#aebdc5 Border Color

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

This div border color is #aebdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdc5


Comments

No comments written yet.

Please login to write comment.