Color Hex Logo

#bbb398 Color Hex

#BBB398
(187,179,152)
0 Favorites   0 Comments

Color spaces of #bbb398

RGB 187179152
HSL0.130.200.66
HSV46°19°73°
CMYK 0.000.040.19   0.27
XYZ42.281145.072036.1771
Yxy45.07200.34230.3649
Hunter Lab67.1357-5.070715.0456
CIE-Lab72.9393-1.673214.8208

#bbb398 color RGB value is (187,179,152).

#bbb398 hex color red value is 187, green value is 179 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bbb398 hue: 0.13 , saturation: 0.20 and the lightness value of bbb398 is 0.66.

The process color (four color CMYK) of #bbb398 color hex is 0.00, 0.04, 0.19, 0.27. Web safe color of #bbb398 is #cccc99. Color #bbb398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 10011000
Octal 273 263 230
Decimal 187 179 152
Hex BB B3 98

RGB Percentages of Color #bbb398

%36.10
%34.56
%29.34

CMYK Percentages of Color #bbb398

%0
%4
%19
%27

Triadic Colors of #bbb398

#bbb398 #98bbb3 #b398bb

Analogous Colors of #bbb398

#bbb398 #b2bb98 #bba298

Monochromatic Colors of #bbb398

#bbb398

Complementary Color

#bbb398 #98a0bb

#bbb398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb398 Color CSS Codes

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

#bbb398 Text Font Color

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

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


#bbb398 Background Color

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

This div background color is #bbb398


#bbb398 Border Color

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

This div border color is #bbb398


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,179,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbb398; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbb398;
  -webkit-box-shadow: 1px 1px 3px 2px #bbb398;
  box-shadow:         1px 1px 3px 2px #bbb398; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,179,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb398


Comments

No comments written yet.

Please login to write comment.