Color Hex Logo

#aebedd Color Hex

#AEBEDD
(174,190,221)
0 Favorites   0 Comments

Color spaces of #aebedd

RGB 174190221
HSL0.610.410.77
HSV220°21°87°
CMYK 0.210.140.00   0.13
XYZ48.920251.046075.6811
Yxy51.04600.27850.2906
Hunter Lab71.4465-2.8104-12.7916
CIE-Lab76.70691.1020-17.3233

#aebedd color RGB value is (174,190,221).

#aebedd hex color red value is 174, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aebedd hue: 0.61 , saturation: 0.41 and the lightness value of aebedd is 0.77.

The process color (four color CMYK) of #aebedd color hex is 0.21, 0.14, 0.00, 0.13. Web safe color of #aebedd is #99cccc. Color #aebedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11011101
Octal 256 276 335
Decimal 174 190 221
Hex AE BE DD

RGB Percentages of Color #aebedd

%29.74
%32.48
%37.78

CMYK Percentages of Color #aebedd

%21
%14
%0
%13

Triadic Colors of #aebedd

#aebedd #ddaebe #beddae

Analogous Colors of #aebedd

#aebedd #b6aedd #aed6dd

Monochromatic Colors of #aebedd

#aebedd

Complementary Color

#aebedd #ddcdae

#aebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebedd Color CSS Codes

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

#aebedd Text Font Color

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

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


#aebedd Background Color

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

This div background color is #aebedd


#aebedd Border Color

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

This div border color is #aebedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebedd


Comments

No comments written yet.

Please login to write comment.