Color Hex Logo

#aebfd9 Color Hex

#AEBFD9
(174,191,217)
0 Favorites   0 Comments

Color spaces of #aebfd9

RGB 174191217
HSL0.600.360.77
HSV216°20°85°
CMYK 0.200.120.00   0.15
XYZ48.610751.270072.9797
Yxy51.27000.28120.2966
Hunter Lab71.6031-4.1233-10.3077
CIE-Lab76.8423-0.3285-14.9564

#aebfd9 color RGB value is (174,191,217).

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

The process color (four color CMYK) of #aebfd9 color hex is 0.20, 0.12, 0.00, 0.15. Web safe color of #aebfd9 is #99cccc. Color #aebfd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11011001
Octal 256 277 331
Decimal 174 191 217
Hex AE BF D9

RGB Percentages of Color #aebfd9

%29.90
%32.82
%37.29

CMYK Percentages of Color #aebfd9

%20
%12
%0
%15

Triadic Colors of #aebfd9

#aebfd9 #d9aebf #bfd9ae

Analogous Colors of #aebfd9

#aebfd9 #b3aed9 #aed5d9

Monochromatic Colors of #aebfd9

#aebfd9

Complementary Color

#aebfd9 #d9c8ae

#aebfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfd9 Color CSS Codes

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

#aebfd9 Text Font Color

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

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


#aebfd9 Background Color

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

This div background color is #aebfd9


#aebfd9 Border Color

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

This div border color is #aebfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfd9


Comments

No comments written yet.

Please login to write comment.