Color Hex Logo

#aeb8d7 Color Hex

#AEB8D7
(174,184,215)
0 Favorites   0 Comments

Color spaces of #aeb8d7

RGB 174184215
HSL0.630.340.76
HSV225°19°84°
CMYK 0.190.140.00   0.16
XYZ46.861848.185971.1209
Yxy48.18590.28200.2900
Hunter Lab69.4161-0.9753-12.1549
CIE-Lab74.94203.0083-16.7339

#aeb8d7 color RGB value is (174,184,215).

#aeb8d7 hex color red value is 174, green value is 184 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #aeb8d7 hue: 0.63 , saturation: 0.34 and the lightness value of aeb8d7 is 0.76.

The process color (four color CMYK) of #aeb8d7 color hex is 0.19, 0.14, 0.00, 0.16. Web safe color of #aeb8d7 is #99cccc. Color #aeb8d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 11010111
Octal 256 270 327
Decimal 174 184 215
Hex AE B8 D7

RGB Percentages of Color #aeb8d7

%30.37
%32.11
%37.52

CMYK Percentages of Color #aeb8d7

%19
%14
%0
%16

Triadic Colors of #aeb8d7

#aeb8d7 #d7aeb8 #b8d7ae

Analogous Colors of #aeb8d7

#aeb8d7 #b9aed7 #aecdd7

Monochromatic Colors of #aeb8d7

#aeb8d7

Complementary Color

#aeb8d7 #d7cdae

#aeb8d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb8d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb8d7 Color CSS Codes

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

#aeb8d7 Text Font Color

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

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


#aeb8d7 Background Color

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

This div background color is #aeb8d7


#aeb8d7 Border Color

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

This div border color is #aeb8d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb8d7


Comments

No comments written yet.

Please login to write comment.