Color Hex Logo

#b8aecd Color Hex

#B8AECD
(184,174,205)
0 Favorites   0 Comments

Color spaces of #b8aecd

RGB 184174205
HSL0.720.240.74
HSV259°15°80°
CMYK 0.100.150.00   0.20
XYZ45.922744.870263.9980
Yxy44.87020.29670.2899
Hunter Lab66.98525.1491-9.7563
CIE-Lab72.80639.5574-14.4180

#b8aecd color RGB value is (184,174,205).

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

The process color (four color CMYK) of #b8aecd color hex is 0.10, 0.15, 0.00, 0.20. Web safe color of #b8aecd is #cc99cc. Color #b8aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101110 11001101
Octal 270 256 315
Decimal 184 174 205
Hex B8 AE CD

RGB Percentages of Color #b8aecd

%32.68
%30.91
%36.41

CMYK Percentages of Color #b8aecd

%10
%15
%0
%20

Triadic Colors of #b8aecd

#b8aecd #cdb8ae #aecdb8

Analogous Colors of #b8aecd

#b8aecd #c8aecd #aeb4cd

Monochromatic Colors of #b8aecd

#b8aecd

Complementary Color

#b8aecd #c3cdae

#b8aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aecd Color CSS Codes

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

#b8aecd Text Font Color

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

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


#b8aecd Background Color

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

This div background color is #b8aecd


#b8aecd Border Color

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

This div border color is #b8aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aecd


Comments

No comments written yet.

Please login to write comment.