Color Hex Logo

#aebbed Color Hex

#AEBBED
(174,187,237)
0 Favorites   0 Comments

Color spaces of #aebbed

RGB 174187237
HSL0.630.640.81
HSV228°27°93°
CMYK 0.270.210.00   0.07
XYZ50.511950.653787.2356
Yxy50.65370.26810.2689
Hunter Lab71.17142.1354-22.8524
CIE-Lab76.46886.4278-26.3264

#aebbed color RGB value is (174,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11101101
Octal 256 273 355
Decimal 174 187 237
Hex AE BB ED

RGB Percentages of Color #aebbed

%29.10
%31.27
%39.63

CMYK Percentages of Color #aebbed

%27
%21
%0
%7

Triadic Colors of #aebbed

#aebbed #edaebb #bbedae

Analogous Colors of #aebbed

#aebbed #c1aeed #aedbed

Monochromatic Colors of #aebbed

#aebbed

Complementary Color

#aebbed #ede0ae

#aebbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbed Color CSS Codes

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

#aebbed Text Font Color

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

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


#aebbed Background Color

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

This div background color is #aebbed


#aebbed Border Color

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

This div border color is #aebbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbed


Comments

No comments written yet.

Please login to write comment.