Color Hex Logo

#b4999c Color Hex

#B4999C
(180,153,156)
1 Favorites   0 Comments

Color spaces of #b4999c

RGB 180153156
HSL0.980.150.65
HSV353°15°71°
CMYK 0.000.150.13   0.29
XYZ36.214434.886136.2775
Yxy34.88610.33730.3249
Hunter Lab59.06456.08154.9291
CIE-Lab65.659910.49792.1421

#b4999c color RGB value is (180,153,156).

#b4999c hex color red value is 180, green value is 153 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b4999c hue: 0.98 , saturation: 0.15 and the lightness value of b4999c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 10011100
Octal 264 231 234
Decimal 180 153 156
Hex B4 99 9C

RGB Percentages of Color #b4999c

%36.81
%31.29
%31.90

CMYK Percentages of Color #b4999c

%0
%15
%13
%29

Triadic Colors of #b4999c

#b4999c #9cb499 #999cb4

Analogous Colors of #b4999c

#b4999c #b4a499 #b499aa

Monochromatic Colors of #b4999c

#b4999c

Complementary Color

#b4999c #99b4b1

#b4999c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4999c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4999c Color CSS Codes

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

#b4999c Text Font Color

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

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


#b4999c Background Color

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

This div background color is #b4999c


#b4999c Border Color

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

This div border color is #b4999c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4999c

#b4999c Color Palettes


Comments

No comments written yet.

Please login to write comment.