Color Hex Logo

#aeb2dd Color Hex

#AEB2DD
(174,178,221)
0 Favorites   0 Comments

Color spaces of #aeb2dd

RGB 174178221
HSL0.650.410.77
HSV235°21°87°
CMYK 0.210.190.00   0.13
XYZ46.427146.059974.8501
Yxy46.05990.27740.2753
Hunter Lab67.86743.3411-17.8829
CIE-Lab73.58447.6350-22.0561

#aeb2dd color RGB value is (174,178,221).

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

The process color (four color CMYK) of #aeb2dd color hex is 0.21, 0.19, 0.00, 0.13. Web safe color of #aeb2dd is #9999cc. Color #aeb2dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 11011101
Octal 256 262 335
Decimal 174 178 221
Hex AE B2 DD

RGB Percentages of Color #aeb2dd

%30.37
%31.06
%38.57

CMYK Percentages of Color #aeb2dd

%21
%19
%0
%13

Triadic Colors of #aeb2dd

#aeb2dd #ddaeb2 #b2ddae

Analogous Colors of #aeb2dd

#aeb2dd #c2aedd #aecadd

Monochromatic Colors of #aeb2dd

#aeb2dd

Complementary Color

#aeb2dd #ddd9ae

#aeb2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb2dd Color CSS Codes

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

#aeb2dd Text Font Color

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

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


#aeb2dd Background Color

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

This div background color is #aeb2dd


#aeb2dd Border Color

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

This div border color is #aeb2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb2dd


Comments

No comments written yet.

Please login to write comment.