Color Hex Logo

#beb55a Color Hex

#BEB55A
(190,181,90)
0 Favorites   0 Comments

Color spaces of #beb55a

RGB 19018190
HSL0.150.430.55
HSV55°53°75°
CMYK 0.000.050.53   0.25
XYZ39.604544.733116.2198
Yxy44.73310.39380.4449
Hunter Lab66.8828-11.346632.4395
CIE-Lab72.7158-8.940346.9373

#beb55a color RGB value is (190,181,90).

#beb55a hex color red value is 190, green value is 181 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #beb55a hue: 0.15 , saturation: 0.43 and the lightness value of beb55a is 0.55.

The process color (four color CMYK) of #beb55a color hex is 0.00, 0.05, 0.53, 0.25. Web safe color of #beb55a is #cccc66. Color #beb55a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 01011010
Octal 276 265 132
Decimal 190 181 90
Hex BE B5 5A

RGB Percentages of Color #beb55a

%41.21
%39.26
%19.52

CMYK Percentages of Color #beb55a

%0
%5
%53
%25

Triadic Colors of #beb55a

#beb55a #5abeb5 #b55abe

Analogous Colors of #beb55a

#beb55a #95be5a #be835a

Monochromatic Colors of #beb55a

#beb55a

Complementary Color

#beb55a #5a63be

#beb55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb55a Color CSS Codes

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

#beb55a Text Font Color

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

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


#beb55a Background Color

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

This div background color is #beb55a


#beb55a Border Color

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

This div border color is #beb55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb55a


Comments

No comments written yet.

Please login to write comment.