Color Hex Logo

#aebfef Color Hex

#AEBFEF
(174,191,239)
0 Favorites   0 Comments

Color spaces of #aebfef

RGB 174191239
HSL0.620.670.81
HSV224°27°94°
CMYK 0.270.200.00   0.06
XYZ51.666352.492389.0703
Yxy52.49230.26740.2717
Hunter Lab72.45160.5008-22.1737
CIE-Lab77.57434.7247-25.7135

#aebfef color RGB value is (174,191,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11101111
Octal 256 277 357
Decimal 174 191 239
Hex AE BF EF

RGB Percentages of Color #aebfef

%28.81
%31.62
%39.57

CMYK Percentages of Color #aebfef

%27
%20
%0
%6

Triadic Colors of #aebfef

#aebfef #efaebf #bfefae

Analogous Colors of #aebfef

#aebfef #beaeef #aee0ef

Monochromatic Colors of #aebfef

#aebfef

Complementary Color

#aebfef #efdeae

#aebfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfef Color CSS Codes

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

#aebfef Text Font Color

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

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


#aebfef Background Color

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

This div background color is #aebfef


#aebfef Border Color

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

This div border color is #aebfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfef


Comments

No comments written yet.

Please login to write comment.