Color Hex Logo

#bebb84 Color Hex

#BEBB84
(190,187,132)
0 Favorites   0 Comments

Color spaces of #bebb84

RGB 190187132
HSL0.160.310.63
HSV57°31°75°
CMYK 0.000.020.31   0.25
XYZ43.170448.153728.8491
Yxy48.15370.35920.4007
Hunter Lab69.3929-10.389823.9260
CIE-Lab74.9218-7.561028.3058

#bebb84 color RGB value is (190,187,132).

#bebb84 hex color red value is 190, green value is 187 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bebb84 hue: 0.16 , saturation: 0.31 and the lightness value of bebb84 is 0.63.

The process color (four color CMYK) of #bebb84 color hex is 0.00, 0.02, 0.31, 0.25. Web safe color of #bebb84 is #cccc99. Color #bebb84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 10000100
Octal 276 273 204
Decimal 190 187 132
Hex BE BB 84

RGB Percentages of Color #bebb84

%37.33
%36.74
%25.93

CMYK Percentages of Color #bebb84

%0
%2
%31
%25

Triadic Colors of #bebb84

#bebb84 #84bebb #bb84be

Analogous Colors of #bebb84

#bebb84 #a4be84 #be9e84

Monochromatic Colors of #bebb84

#bebb84

Complementary Color

#bebb84 #8487be

#bebb84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebb84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebb84 Color CSS Codes

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

#bebb84 Text Font Color

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

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


#bebb84 Background Color

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

This div background color is #bebb84


#bebb84 Border Color

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

This div border color is #bebb84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebb84


Comments

No comments written yet.

Please login to write comment.