Color Hex Logo

#aebdd1 Color Hex

#AEBDD1
(174,189,209)
0 Favorites   0 Comments

Color spaces of #aebdd1

RGB 174189209
HSL0.600.280.75
HSV214°17°82°
CMYK 0.170.100.00   0.18
XYZ47.161849.997367.4864
Yxy49.99730.28640.3037
Hunter Lab70.7088-4.6832-7.0919
CIE-Lab76.0676-1.0022-11.7854

#aebdd1 color RGB value is (174,189,209).

#aebdd1 hex color red value is 174, green value is 189 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #aebdd1 hue: 0.60 , saturation: 0.28 and the lightness value of aebdd1 is 0.75.

The process color (four color CMYK) of #aebdd1 color hex is 0.17, 0.10, 0.00, 0.18. Web safe color of #aebdd1 is #99cccc. Color #aebdd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11010001
Octal 256 275 321
Decimal 174 189 209
Hex AE BD D1

RGB Percentages of Color #aebdd1

%30.42
%33.04
%36.54

CMYK Percentages of Color #aebdd1

%17
%10
%0
%18

Triadic Colors of #aebdd1

#aebdd1 #d1aebd #bdd1ae

Analogous Colors of #aebdd1

#aebdd1 #b1aed1 #aecfd1

Monochromatic Colors of #aebdd1

#aebdd1

Complementary Color

#aebdd1 #d1c2ae

#aebdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdd1 Color CSS Codes

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

#aebdd1 Text Font Color

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

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


#aebdd1 Background Color

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

This div background color is #aebdd1


#aebdd1 Border Color

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

This div border color is #aebdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdd1


Comments

No comments written yet.

Please login to write comment.