Color Hex Logo

#aebeed Color Hex

#AEBEED
(174,190,237)
0 Favorites   0 Comments

Color spaces of #aebeed

RGB 174190237
HSL0.620.640.81
HSV225°27°93°
CMYK 0.270.200.00   0.07
XYZ51.155151.940087.4500
Yxy51.94000.26850.2726
Hunter Lab72.06940.5784-21.4947
CIE-Lab77.24494.7940-25.1402

#aebeed color RGB value is (174,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11101101
Octal 256 276 355
Decimal 174 190 237
Hex AE BE ED

RGB Percentages of Color #aebeed

%28.95
%31.61
%39.43

CMYK Percentages of Color #aebeed

%27
%20
%0
%7

Triadic Colors of #aebeed

#aebeed #edaebe #beedae

Analogous Colors of #aebeed

#aebeed #beaeed #aedeed

Monochromatic Colors of #aebeed

#aebeed

Complementary Color

#aebeed #edddae

#aebeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeed Color CSS Codes

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

#aebeed Text Font Color

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

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


#aebeed Background Color

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

This div background color is #aebeed


#aebeed Border Color

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

This div border color is #aebeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeed


Comments

No comments written yet.

Please login to write comment.