Color Hex Logo

#aebfee Color Hex

#AEBFEE
(174,191,238)
0 Favorites   0 Comments

Color spaces of #aebfee

RGB 174191238
HSL0.620.650.81
HSV224°27°93°
CMYK 0.270.200.00   0.07
XYZ51.519052.433388.2942
Yxy52.43330.26800.2727
Hunter Lab72.41080.2805-21.6077
CIE-Lab77.53924.4877-25.2292

#aebfee color RGB value is (174,191,238).

#aebfee hex color red value is 174, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aebfee hue: 0.62 , saturation: 0.65 and the lightness value of aebfee is 0.81.

The process color (four color CMYK) of #aebfee color hex is 0.27, 0.20, 0.00, 0.07. Web safe color of #aebfee is #99ccff. Color #aebfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11101110
Octal 256 277 356
Decimal 174 191 238
Hex AE BF EE

RGB Percentages of Color #aebfee

%28.86
%31.67
%39.47

CMYK Percentages of Color #aebfee

%27
%20
%0
%7

Triadic Colors of #aebfee

#aebfee #eeaebf #bfeeae

Analogous Colors of #aebfee

#aebfee #bdaeee #aedfee

Monochromatic Colors of #aebfee

#aebfee

Complementary Color

#aebfee #eeddae

#aebfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfee Color CSS Codes

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

#aebfee Text Font Color

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

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


#aebfee Background Color

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

This div background color is #aebfee


#aebfee Border Color

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

This div border color is #aebfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfee

#aebfee Color Palettes


Comments

No comments written yet.

Please login to write comment.