Color Hex Logo

#aebfdb Color Hex

#AEBFDB
(174,191,219)
0 Favorites   0 Comments

Color spaces of #aebfdb

RGB 174191219
HSL0.600.380.77
HSV217°21°86°
CMYK 0.210.130.00   0.14
XYZ48.872551.374774.3583
Yxy51.37470.27990.2942
Hunter Lab71.6761-3.7227-11.3354
CIE-Lab76.90540.1158-15.9427

#aebfdb color RGB value is (174,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11011011
Octal 256 277 333
Decimal 174 191 219
Hex AE BF DB

RGB Percentages of Color #aebfdb

%29.79
%32.71
%37.50

CMYK Percentages of Color #aebfdb

%21
%13
%0
%14

Triadic Colors of #aebfdb

#aebfdb #dbaebf #bfdbae

Analogous Colors of #aebfdb

#aebfdb #b4aedb #aed6db

Monochromatic Colors of #aebfdb

#aebfdb

Complementary Color

#aebfdb #dbcaae

#aebfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfdb Color CSS Codes

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

#aebfdb Text Font Color

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

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


#aebfdb Background Color

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

This div background color is #aebfdb


#aebfdb Border Color

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

This div border color is #aebfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfdb


Comments

No comments written yet.

Please login to write comment.