Color Hex Logo

#aebfda Color Hex

#AEBFDA
(174,191,218)
0 Favorites   0 Comments

Color spaces of #aebfda

RGB 174191218
HSL0.600.370.77
HSV217°20°85°
CMYK 0.200.120.00   0.15
XYZ48.741251.322273.6669
Yxy51.32220.28060.2954
Hunter Lab71.6395-3.9235-10.8202
CIE-Lab76.8738-0.1067-15.4497

#aebfda color RGB value is (174,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11011010
Octal 256 277 332
Decimal 174 191 218
Hex AE BF DA

RGB Percentages of Color #aebfda

%29.85
%32.76
%37.39

CMYK Percentages of Color #aebfda

%20
%12
%0
%15

Triadic Colors of #aebfda

#aebfda #daaebf #bfdaae

Analogous Colors of #aebfda

#aebfda #b3aeda #aed5da

Monochromatic Colors of #aebfda

#aebfda

Complementary Color

#aebfda #dac9ae

#aebfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfda Color CSS Codes

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

#aebfda Text Font Color

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

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


#aebfda Background Color

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

This div background color is #aebfda


#aebfda Border Color

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

This div border color is #aebfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfda


Comments

No comments written yet.

Please login to write comment.