Color Hex Logo

#bebb80 Color Hex

#BEBB80
(190,187,128)
0 Favorites   0 Comments

Color spaces of #bebb80

RGB 190187128
HSL0.160.320.62
HSV57°33°75°
CMYK 0.000.020.33   0.25
XYZ42.901848.046327.4348
Yxy48.04630.36240.4059
Hunter Lab69.3154-10.822025.0540
CIE-Lab74.8541-8.068130.3236

#bebb80 color RGB value is (190,187,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 10000000
Octal 276 273 200
Decimal 190 187 128
Hex BE BB 80

RGB Percentages of Color #bebb80

%37.62
%37.03
%25.35

CMYK Percentages of Color #bebb80

%0
%2
%33
%25

Triadic Colors of #bebb80

#bebb80 #80bebb #bb80be

Analogous Colors of #bebb80

#bebb80 #a2be80 #be9c80

Monochromatic Colors of #bebb80

#bebb80

Complementary Color

#bebb80 #8083be

#bebb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebb80 Color CSS Codes

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

#bebb80 Text Font Color

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

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


#bebb80 Background Color

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

This div background color is #bebb80


#bebb80 Border Color

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

This div border color is #bebb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebb80


Comments

No comments written yet.

Please login to write comment.