Color Hex Logo

#aebbd1 Color Hex

#AEBBD1
(174,187,209)
0 Favorites   0 Comments

Color spaces of #aebbd1

RGB 174187209
HSL0.600.280.75
HSV218°17°82°
CMYK 0.170.110.00   0.18
XYZ46.734549.142867.3439
Yxy49.14280.28630.3011
Hunter Lab70.1019-3.6787-7.8860
CIE-Lab75.54010.0725-12.5748

#aebbd1 color RGB value is (174,187,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11010001
Octal 256 273 321
Decimal 174 187 209
Hex AE BB D1

RGB Percentages of Color #aebbd1

%30.53
%32.81
%36.67

CMYK Percentages of Color #aebbd1

%17
%11
%0
%18

Triadic Colors of #aebbd1

#aebbd1 #d1aebb #bbd1ae

Analogous Colors of #aebbd1

#aebbd1 #b3aed1 #aecdd1

Monochromatic Colors of #aebbd1

#aebbd1

Complementary Color

#aebbd1 #d1c4ae

#aebbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbd1 Color CSS Codes

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

#aebbd1 Text Font Color

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

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


#aebbd1 Background Color

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

This div background color is #aebbd1


#aebbd1 Border Color

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

This div border color is #aebbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbd1

#aebbd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.