Color Hex Logo

#beb55c Color Hex

#BEB55C
(190,181,92)
0 Favorites   0 Comments

Color spaces of #beb55c

RGB 19018192
HSL0.150.430.55
HSV54°52°75°
CMYK 0.000.050.52   0.25
XYZ39.690844.767616.6743
Yxy44.76760.39250.4427
Hunter Lab66.9086-11.202232.0603
CIE-Lab72.7386-8.767545.9954

#beb55c color RGB value is (190,181,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 01011100
Octal 276 265 134
Decimal 190 181 92
Hex BE B5 5C

RGB Percentages of Color #beb55c

%41.04
%39.09
%19.87

CMYK Percentages of Color #beb55c

%0
%5
%52
%25

Triadic Colors of #beb55c

#beb55c #5cbeb5 #b55cbe

Analogous Colors of #beb55c

#beb55c #96be5c #be845c

Monochromatic Colors of #beb55c

#beb55c

Complementary Color

#beb55c #5c65be

#beb55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb55c Color CSS Codes

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

#beb55c Text Font Color

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

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


#beb55c Background Color

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

This div background color is #beb55c


#beb55c Border Color

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

This div border color is #beb55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb55c


Comments

No comments written yet.

Please login to write comment.