Color Hex Logo

#b29cad Color Hex

#B29CAD
(178,156,173)
0 Favorites   0 Comments

Color spaces of #b29cad

RGB 178156173
HSL0.870.130.65
HSV314°12°70°
CMYK 0.000.120.03   0.30
XYZ37.791436.259044.5420
Yxy36.25900.31870.3057
Hunter Lab60.21546.6501-1.7066
CIE-Lab66.717311.1269-5.8520

#b29cad color RGB value is (178,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011100 10101101
Octal 262 234 255
Decimal 178 156 173
Hex B2 9C AD

RGB Percentages of Color #b29cad

%35.11
%30.77
%34.12

CMYK Percentages of Color #b29cad

%0
%12
%3
%30

Triadic Colors of #b29cad

#b29cad #adb29c #9cadb2

Analogous Colors of #b29cad

#b29cad #b29ca2 #ac9cb2

Monochromatic Colors of #b29cad

#b29cad

Complementary Color

#b29cad #9cb2a1

#b29cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29cad Color CSS Codes

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

#b29cad Text Font Color

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

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


#b29cad Background Color

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

This div background color is #b29cad


#b29cad Border Color

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

This div border color is #b29cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,156,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29cad


Comments

No comments written yet.

Please login to write comment.