Color Hex Logo

#aebfeb Color Hex

#AEBFEB
(174,191,235)
0 Favorites   0 Comments

Color spaces of #aebfeb

RGB 174191235
HSL0.620.600.80
HSV223°26°92°
CMYK 0.260.190.00   0.08
XYZ51.081852.258485.9919
Yxy52.25840.26980.2760
Hunter Lab72.2900-0.3751-19.9249
CIE-Lab77.43513.7800-23.7733

#aebfeb color RGB value is (174,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11101011
Octal 256 277 353
Decimal 174 191 235
Hex AE BF EB

RGB Percentages of Color #aebfeb

%29.00
%31.83
%39.17

CMYK Percentages of Color #aebfeb

%26
%19
%0
%8

Triadic Colors of #aebfeb

#aebfeb #ebaebf #bfebae

Analogous Colors of #aebfeb

#aebfeb #bcaeeb #aedeeb

Monochromatic Colors of #aebfeb

#aebfeb

Complementary Color

#aebfeb #ebdaae

#aebfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfeb Color CSS Codes

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

#aebfeb Text Font Color

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

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


#aebfeb Background Color

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

This div background color is #aebfeb


#aebfeb Border Color

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

This div border color is #aebfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfeb


Comments

No comments written yet.

Please login to write comment.