Color Hex Logo

#aeb2dc Color Hex

#AEB2DC
(174,178,220)
0 Favorites   0 Comments

Color spaces of #aeb2dc

RGB 174178220
HSL0.650.400.77
HSV235°21°86°
CMYK 0.210.190.00   0.14
XYZ46.294246.006874.1504
Yxy46.00680.27810.2764
Hunter Lab67.82833.1303-17.3364
CIE-Lab73.54997.4074-21.5637

#aeb2dc color RGB value is (174,178,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 11011100
Octal 256 262 334
Decimal 174 178 220
Hex AE B2 DC

RGB Percentages of Color #aeb2dc

%30.42
%31.12
%38.46

CMYK Percentages of Color #aeb2dc

%21
%19
%0
%14

Triadic Colors of #aeb2dc

#aeb2dc #dcaeb2 #b2dcae

Analogous Colors of #aeb2dc

#aeb2dc #c1aedc #aec9dc

Monochromatic Colors of #aeb2dc

#aeb2dc

Complementary Color

#aeb2dc #dcd8ae

#aeb2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb2dc Color CSS Codes

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

#aeb2dc Text Font Color

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

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


#aeb2dc Background Color

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

This div background color is #aeb2dc


#aeb2dc Border Color

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

This div border color is #aeb2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb2dc


Comments

No comments written yet.

Please login to write comment.