Color Hex Logo

#b8aaec Color Hex

#B8AAEC
(184,170,236)
0 Favorites   0 Comments

Color spaces of #b8aaec

RGB 184170236
HSL0.700.630.80
HSV253°28°93°
CMYK 0.220.280.00   0.07
XYZ49.282244.995985.4445
Yxy44.99590.27420.2504
Hunter Lab67.079013.7538-28.5677
CIE-Lab72.889218.5434-31.2180

#b8aaec color RGB value is (184,170,236).

#b8aaec hex color red value is 184, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b8aaec hue: 0.70 , saturation: 0.63 and the lightness value of b8aaec is 0.80.

The process color (four color CMYK) of #b8aaec color hex is 0.22, 0.28, 0.00, 0.07. Web safe color of #b8aaec is #cc99ff. Color #b8aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101010 11101100
Octal 270 252 354
Decimal 184 170 236
Hex B8 AA EC

RGB Percentages of Color #b8aaec

%31.19
%28.81
%40.00

CMYK Percentages of Color #b8aaec

%22
%28
%0
%7

Triadic Colors of #b8aaec

#b8aaec #ecb8aa #aaecb8

Analogous Colors of #b8aaec

#b8aaec #d9aaec #aabdec

Monochromatic Colors of #b8aaec

#b8aaec

Complementary Color

#b8aaec #deecaa

#b8aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aaec Color CSS Codes

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

#b8aaec Text Font Color

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

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


#b8aaec Background Color

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

This div background color is #b8aaec


#b8aaec Border Color

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

This div border color is #b8aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aaec


Comments

No comments written yet.

Please login to write comment.