Color Hex Logo

#aebdef Color Hex

#AEBDEF
(174,189,239)
0 Favorites   0 Comments

Color spaces of #aebdef

RGB 174189239
HSL0.630.670.81
HSV226°27°94°
CMYK 0.270.210.00   0.06
XYZ51.233151.625988.9259
Yxy51.62590.26710.2692
Hunter Lab71.85121.5390-23.0839
CIE-Lab77.05665.8124-26.5050

#aebdef color RGB value is (174,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11101111
Octal 256 275 357
Decimal 174 189 239
Hex AE BD EF

RGB Percentages of Color #aebdef

%28.90
%31.40
%39.70

CMYK Percentages of Color #aebdef

%27
%21
%0
%6

Triadic Colors of #aebdef

#aebdef #efaebd #bdefae

Analogous Colors of #aebdef

#aebdef #c0aeef #aedeef

Monochromatic Colors of #aebdef

#aebdef

Complementary Color

#aebdef #efe0ae

#aebdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdef Color CSS Codes

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

#aebdef Text Font Color

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

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


#aebdef Background Color

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

This div background color is #aebdef


#aebdef Border Color

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

This div border color is #aebdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdef


Comments

No comments written yet.

Please login to write comment.