Color Hex Logo

#beb257 Color Hex

#BEB257
(190,178,87)
0 Favorites   0 Comments

Color spaces of #beb257

RGB 19017887
HSL0.150.440.54
HSV53°54°75°
CMYK 0.000.060.54   0.25
XYZ38.875943.476115.3596
Yxy43.47610.39790.4449
Hunter Lab65.9364-10.145732.3441
CIE-Lab71.8769-7.628847.3993

#beb257 color RGB value is (190,178,87).

#beb257 hex color red value is 190, green value is 178 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #beb257 hue: 0.15 , saturation: 0.44 and the lightness value of beb257 is 0.54.

The process color (four color CMYK) of #beb257 color hex is 0.00, 0.06, 0.54, 0.25. Web safe color of #beb257 is #cc9966. Color #beb257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01010111
Octal 276 262 127
Decimal 190 178 87
Hex BE B2 57

RGB Percentages of Color #beb257

%41.76
%39.12
%19.12

CMYK Percentages of Color #beb257

%0
%6
%54
%25

Triadic Colors of #beb257

#beb257 #57beb2 #b257be

Analogous Colors of #beb257

#beb257 #97be57 #be7f57

Monochromatic Colors of #beb257

#beb257

Complementary Color

#beb257 #5763be

#beb257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb257 Color CSS Codes

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

#beb257 Text Font Color

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

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


#beb257 Background Color

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

This div background color is #beb257


#beb257 Border Color

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

This div border color is #beb257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb257


Comments

No comments written yet.

Please login to write comment.