Color Hex Logo

#aebdc7 Color Hex

#AEBDC7
(174,189,199)
0 Favorites   0 Comments

Color spaces of #aebdc7

RGB 174189199
HSL0.570.180.73
HSV204°13°78°
CMYK 0.130.050.00   0.22
XYZ45.962049.517461.1682
Yxy49.51740.29340.3161
Hunter Lab70.3686-6.5559-2.2801
CIE-Lab75.7721-3.1141-6.7981

#aebdc7 color RGB value is (174,189,199).

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

The process color (four color CMYK) of #aebdc7 color hex is 0.13, 0.05, 0.00, 0.22. Web safe color of #aebdc7 is #99cccc. Color #aebdc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11000111
Octal 256 275 307
Decimal 174 189 199
Hex AE BD C7

RGB Percentages of Color #aebdc7

%30.96
%33.63
%35.41

CMYK Percentages of Color #aebdc7

%13
%5
%0
%22

Triadic Colors of #aebdc7

#aebdc7 #c7aebd #bdc7ae

Analogous Colors of #aebdc7

#aebdc7 #aeb1c7 #aec7c5

Monochromatic Colors of #aebdc7

#aebdc7

Complementary Color

#aebdc7 #c7b8ae

#aebdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdc7 Color CSS Codes

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

#aebdc7 Text Font Color

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

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


#aebdc7 Background Color

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

This div background color is #aebdc7


#aebdc7 Border Color

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

This div border color is #aebdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdc7


Comments

No comments written yet.

Please login to write comment.