Color Hex Logo

#beb256 Color Hex

#BEB256
(190,178,86)
0 Favorites   0 Comments

Color spaces of #beb256

RGB 19017886
HSL0.150.440.54
HSV53°55°75°
CMYK 0.000.060.55   0.25
XYZ38.835343.459815.1458
Yxy43.45980.39860.4460
Hunter Lab65.9240-10.214232.5252
CIE-Lab71.8659-7.710747.8657

#beb256 color RGB value is (190,178,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01010110
Octal 276 262 126
Decimal 190 178 86
Hex BE B2 56

RGB Percentages of Color #beb256

%41.85
%39.21
%18.94

CMYK Percentages of Color #beb256

%0
%6
%55
%25

Triadic Colors of #beb256

#beb256 #56beb2 #b256be

Analogous Colors of #beb256

#beb256 #96be56 #be7e56

Monochromatic Colors of #beb256

#beb256

Complementary Color

#beb256 #5662be

#beb256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb256 Color CSS Codes

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

#beb256 Text Font Color

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

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


#beb256 Background Color

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

This div background color is #beb256


#beb256 Border Color

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

This div border color is #beb256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb256


Comments

No comments written yet.

Please login to write comment.