Color Hex Logo

#aebddb Color Hex

#AEBDDB
(174,189,219)
0 Favorites   0 Comments

Color spaces of #aebddb

RGB 174189219
HSL0.610.380.77
HSV220°21°86°
CMYK 0.210.140.00   0.14
XYZ48.439350.508374.2139
Yxy50.50830.27970.2917
Hunter Lab71.0692-2.7092-12.1651
CIE-Lab76.38021.1927-16.7342

#aebddb color RGB value is (174,189,219).

#aebddb hex color red value is 174, green value is 189 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aebddb hue: 0.61 , saturation: 0.38 and the lightness value of aebddb is 0.77.

The process color (four color CMYK) of #aebddb color hex is 0.21, 0.14, 0.00, 0.14. Web safe color of #aebddb is #99cccc. Color #aebddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11011011
Octal 256 275 333
Decimal 174 189 219
Hex AE BD DB

RGB Percentages of Color #aebddb

%29.90
%32.47
%37.63

CMYK Percentages of Color #aebddb

%21
%14
%0
%14

Triadic Colors of #aebddb

#aebddb #dbaebd #bddbae

Analogous Colors of #aebddb

#aebddb #b6aedb #aed4db

Monochromatic Colors of #aebddb

#aebddb

Complementary Color

#aebddb #dbccae

#aebddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebddb Color CSS Codes

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

#aebddb Text Font Color

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

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


#aebddb Background Color

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

This div background color is #aebddb


#aebddb Border Color

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

This div border color is #aebddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebddb


Comments

No comments written yet.

Please login to write comment.