Color Hex Logo

#aeafdb Color Hex

#AEAFDB
(174,175,219)
0 Favorites   0 Comments

Color spaces of #aeafdb

RGB 174175219
HSL0.660.380.77
HSV239°21°86°
CMYK 0.210.200.00   0.14
XYZ45.571744.773173.2580
Yxy44.77310.27860.2737
Hunter Lab66.91274.4723-18.0735
CIE-Lab72.74228.8316-22.2476

#aeafdb color RGB value is (174,175,219).

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

The process color (four color CMYK) of #aeafdb color hex is 0.21, 0.20, 0.00, 0.14. Web safe color of #aeafdb is #9999cc. Color #aeafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 11011011
Octal 256 257 333
Decimal 174 175 219
Hex AE AF DB

RGB Percentages of Color #aeafdb

%30.63
%30.81
%38.56

CMYK Percentages of Color #aeafdb

%21
%20
%0
%14

Triadic Colors of #aeafdb

#aeafdb #dbaeaf #afdbae

Analogous Colors of #aeafdb

#aeafdb #c4aedb #aec6db

Monochromatic Colors of #aeafdb

#aeafdb

Complementary Color

#aeafdb #dbdaae

#aeafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafdb Color CSS Codes

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

#aeafdb Text Font Color

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

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


#aeafdb Background Color

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

This div background color is #aeafdb


#aeafdb Border Color

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

This div border color is #aeafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafdb


Comments

No comments written yet.

Please login to write comment.