Color Hex Logo

#beb580 Color Hex

#BEB580
(190,181,128)
0 Favorites   0 Comments

Color spaces of #beb580

RGB 190181128
HSL0.140.320.62
HSV51°33°75°
CMYK 0.000.050.33   0.25
XYZ41.655445.553427.0193
Yxy45.55340.36470.3988
Hunter Lab67.4933-7.946823.5100
CIE-Lab73.2548-4.925428.2071

#beb580 color RGB value is (190,181,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 10000000
Octal 276 265 200
Decimal 190 181 128
Hex BE B5 80

RGB Percentages of Color #beb580

%38.08
%36.27
%25.65

CMYK Percentages of Color #beb580

%0
%5
%33
%25

Triadic Colors of #beb580

#beb580 #80beb5 #b580be

Analogous Colors of #beb580

#beb580 #a8be80 #be9680

Monochromatic Colors of #beb580

#beb580

Complementary Color

#beb580 #8089be

#beb580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb580 Color CSS Codes

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

#beb580 Text Font Color

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

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


#beb580 Background Color

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

This div background color is #beb580


#beb580 Border Color

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

This div border color is #beb580


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,181,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 #beb580">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb580


Comments

No comments written yet.

Please login to write comment.