Color Hex Logo

#b29cae Color Hex

#B29CAE
(178,156,174)
0 Favorites   0 Comments

Color spaces of #b29cae

RGB 178156174
HSL0.860.130.65
HSV311°12°70°
CMYK 0.000.120.02   0.30
XYZ37.888536.297945.0537
Yxy36.29790.31770.3044
Hunter Lab60.24776.8212-2.1641
CIE-Lab66.746911.3141-6.3674

#b29cae color RGB value is (178,156,174).

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

The process color (four color CMYK) of #b29cae color hex is 0.00, 0.12, 0.02, 0.30. Web safe color of #b29cae is #999999. Color #b29cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011100 10101110
Octal 262 234 256
Decimal 178 156 174
Hex B2 9C AE

RGB Percentages of Color #b29cae

%35.04
%30.71
%34.25

CMYK Percentages of Color #b29cae

%0
%12
%2
%30

Triadic Colors of #b29cae

#b29cae #aeb29c #9caeb2

Analogous Colors of #b29cae

#b29cae #b29ca3 #ab9cb2

Monochromatic Colors of #b29cae

#b29cae

Complementary Color

#b29cae #9cb2a0

#b29cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29cae Color CSS Codes

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

#b29cae Text Font Color

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

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


#b29cae Background Color

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

This div background color is #b29cae


#b29cae Border Color

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

This div border color is #b29cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29cae


Comments

No comments written yet.

Please login to write comment.