Color Hex Logo

#aebdfe Color Hex

#AEBDFE
(174,189,254)
0 Favorites   0 Comments

Color spaces of #aebdfe

RGB 174189254
HSL0.640.980.84
HSV229°31°100°
CMYK 0.310.260.00   0.00
XYZ53.542552.5496101.0870
Yxy52.54960.25840.2536
Hunter Lab72.49114.9821-31.9346
CIE-Lab77.60839.4588-33.7143

#aebdfe color RGB value is (174,189,254).

#aebdfe hex color red value is 174, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aebdfe hue: 0.64 , saturation: 0.98 and the lightness value of aebdfe is 0.84.

The process color (four color CMYK) of #aebdfe color hex is 0.31, 0.26, 0.00, 0.00. Web safe color of #aebdfe is #99ccff. Color #aebdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11111110
Octal 256 275 376
Decimal 174 189 254
Hex AE BD FE

RGB Percentages of Color #aebdfe

%28.20
%30.63
%41.17

CMYK Percentages of Color #aebdfe

%31
%26
%0
%0

Triadic Colors of #aebdfe

#aebdfe #feaebd #bdfeae

Analogous Colors of #aebdfe

#aebdfe #c7aefe #aee5fe

Monochromatic Colors of #aebdfe

#aebdfe

Complementary Color

#aebdfe #feefae

#aebdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdfe Color CSS Codes

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

#aebdfe Text Font Color

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

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


#aebdfe Background Color

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

This div background color is #aebdfe


#aebdfe Border Color

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

This div border color is #aebdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdfe


Comments

No comments written yet.

Please login to write comment.