Color Hex Logo

#aebcdb Color Hex

#AEBCDB
(174,188,219)
0 Favorites   0 Comments

Color spaces of #aebcdb

RGB 174188219
HSL0.610.380.77
HSV221°21°86°
CMYK 0.210.140.00   0.14
XYZ48.225050.079674.1424
Yxy50.07960.27970.2904
Hunter Lab70.7669-2.2011-12.5812
CIE-Lab76.11811.7326-17.1296

#aebcdb color RGB value is (174,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11011011
Octal 256 274 333
Decimal 174 188 219
Hex AE BC DB

RGB Percentages of Color #aebcdb

%29.95
%32.36
%37.69

CMYK Percentages of Color #aebcdb

%21
%14
%0
%14

Triadic Colors of #aebcdb

#aebcdb #dbaebc #bcdbae

Analogous Colors of #aebcdb

#aebcdb #b7aedb #aed3db

Monochromatic Colors of #aebcdb

#aebcdb

Complementary Color

#aebcdb #dbcdae

#aebcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcdb Color CSS Codes

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

#aebcdb Text Font Color

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

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


#aebcdb Background Color

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

This div background color is #aebcdb


#aebcdb Border Color

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

This div border color is #aebcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcdb


Comments

No comments written yet.

Please login to write comment.