Color Hex Logo

#aeb2cd Color Hex

#AEB2CD
(174,178,205)
0 Favorites   0 Comments

Color spaces of #aeb2cd

RGB 174178205
HSL0.650.240.74
HSV232°15°80°
CMYK 0.150.130.00   0.20
XYZ44.395445.247264.1513
Yxy45.24720.28870.2942
Hunter Lab67.26600.0939-9.4584
CIE-Lab73.05444.0897-14.1240

#aeb2cd color RGB value is (174,178,205).

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

The process color (four color CMYK) of #aeb2cd color hex is 0.15, 0.13, 0.00, 0.20. Web safe color of #aeb2cd is #9999cc. Color #aeb2cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 11001101
Octal 256 262 315
Decimal 174 178 205
Hex AE B2 CD

RGB Percentages of Color #aeb2cd

%31.24
%31.96
%36.80

CMYK Percentages of Color #aeb2cd

%15
%13
%0
%20

Triadic Colors of #aeb2cd

#aeb2cd #cdaeb2 #b2cdae

Analogous Colors of #aeb2cd

#aeb2cd #baaecd #aec2cd

Monochromatic Colors of #aeb2cd

#aeb2cd

Complementary Color

#aeb2cd #cdc9ae

#aeb2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb2cd Color CSS Codes

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

#aeb2cd Text Font Color

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

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


#aeb2cd Background Color

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

This div background color is #aeb2cd


#aeb2cd Border Color

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

This div border color is #aeb2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb2cd


Comments

No comments written yet.

Please login to write comment.