Color Hex Logo

#b69aae Color Hex

#B69AAE
(182,154,174)
0 Favorites   0 Comments

Color spaces of #b69aae

RGB 182154174
HSL0.880.160.66
HSV317°15°71°
CMYK 0.000.150.04   0.29
XYZ38.487036.112344.9863
Yxy36.11230.32180.3020
Hunter Lab60.09359.1570-2.3193
CIE-Lab66.605613.8505-6.5366

#b69aae color RGB value is (182,154,174).

#b69aae hex color red value is 182, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b69aae hue: 0.88 , saturation: 0.16 and the lightness value of b69aae is 0.66.

The process color (four color CMYK) of #b69aae color hex is 0.00, 0.15, 0.04, 0.29. Web safe color of #b69aae is #cc9999. Color #b69aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011010 10101110
Octal 266 232 256
Decimal 182 154 174
Hex B6 9A AE

RGB Percentages of Color #b69aae

%35.69
%30.20
%34.12

CMYK Percentages of Color #b69aae

%0
%15
%4
%29

Triadic Colors of #b69aae

#b69aae #aeb69a #9aaeb6

Analogous Colors of #b69aae

#b69aae #b69aa0 #b09ab6

Monochromatic Colors of #b69aae

#b69aae

Complementary Color

#b69aae #9ab6a2

#b69aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69aae Color CSS Codes

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

#b69aae Text Font Color

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

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


#b69aae Background Color

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

This div background color is #b69aae


#b69aae Border Color

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

This div border color is #b69aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69aae


Comments

No comments written yet.

Please login to write comment.