Color Hex Logo

#aebcfe Color Hex

#AEBCFE
(174,188,254)
0 Favorites   0 Comments

Color spaces of #aebcfe

RGB 174188254
HSL0.640.980.84
HSV230°31°100°
CMYK 0.310.260.00   0.00
XYZ53.328252.1209101.0156
Yxy52.12090.25830.2524
Hunter Lab72.19485.5118-32.4227
CIE-Lab77.353110.0074-34.1085

#aebcfe color RGB value is (174,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11111110
Octal 256 274 376
Decimal 174 188 254
Hex AE BC FE

RGB Percentages of Color #aebcfe

%28.25
%30.52
%41.23

CMYK Percentages of Color #aebcfe

%31
%26
%0
%0

Triadic Colors of #aebcfe

#aebcfe #feaebc #bcfeae

Analogous Colors of #aebcfe

#aebcfe #c8aefe #aee4fe

Monochromatic Colors of #aebcfe

#aebcfe

Complementary Color

#aebcfe #fef0ae

#aebcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcfe Color CSS Codes

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

#aebcfe Text Font Color

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

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


#aebcfe Background Color

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

This div background color is #aebcfe


#aebcfe Border Color

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

This div border color is #aebcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcfe


Comments

No comments written yet.

Please login to write comment.