Color Hex Logo

#aebfea Color Hex

#AEBFEA
(174,191,234)
0 Favorites   0 Comments

Color spaces of #aebfea

RGB 174191234
HSL0.620.590.80
HSV223°26°92°
CMYK 0.260.180.00   0.08
XYZ50.937652.200885.2330
Yxy52.20080.27040.2771
Hunter Lab72.2501-0.5921-19.3689
CIE-Lab77.40083.5452-23.2871

#aebfea color RGB value is (174,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11101010
Octal 256 277 352
Decimal 174 191 234
Hex AE BF EA

RGB Percentages of Color #aebfea

%29.05
%31.89
%39.07

CMYK Percentages of Color #aebfea

%26
%18
%0
%8

Triadic Colors of #aebfea

#aebfea #eaaebf #bfeaae

Analogous Colors of #aebfea

#aebfea #bbaeea #aeddea

Monochromatic Colors of #aebfea

#aebfea

Complementary Color

#aebfea #ead9ae

#aebfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfea Color CSS Codes

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

#aebfea Text Font Color

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

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


#aebfea Background Color

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

This div background color is #aebfea


#aebfea Border Color

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

This div border color is #aebfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfea


Comments

No comments written yet.

Please login to write comment.