Color Hex Logo

#aebeef Color Hex

#AEBEEF
(174,190,239)
0 Favorites   0 Comments

Color spaces of #aebeef

RGB 174190239
HSL0.630.670.81
HSV225°27°94°
CMYK 0.270.210.00   0.06
XYZ51.449052.057688.9978
Yxy52.05760.26730.2704
Hunter Lab72.15101.0196-22.6282
CIE-Lab77.31535.2683-26.1094

#aebeef color RGB value is (174,190,239).

#aebeef hex color red value is 174, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aebeef hue: 0.63 , saturation: 0.67 and the lightness value of aebeef is 0.81.

The process color (four color CMYK) of #aebeef color hex is 0.27, 0.21, 0.00, 0.06. Web safe color of #aebeef is #99ccff. Color #aebeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11101111
Octal 256 276 357
Decimal 174 190 239
Hex AE BE EF

RGB Percentages of Color #aebeef

%28.86
%31.51
%39.64

CMYK Percentages of Color #aebeef

%27
%21
%0
%6

Triadic Colors of #aebeef

#aebeef #efaebe #beefae

Analogous Colors of #aebeef

#aebeef #bfaeef #aedfef

Monochromatic Colors of #aebeef

#aebeef

Complementary Color

#aebeef #efdfae

#aebeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeef Color CSS Codes

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

#aebeef Text Font Color

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

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


#aebeef Background Color

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

This div background color is #aebeef


#aebeef Border Color

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

This div border color is #aebeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeef

#aebeef Color Palettes


Comments

No comments written yet.

Please login to write comment.