Color Hex Logo

#bebc50 Color Hex

#BEBC50
(190,188,80)
0 Favorites   0 Comments

Color spaces of #bebc50

RGB 19018880
HSL0.160.460.53
HSV59°58°75°
CMYK 0.000.010.58   0.25
XYZ40.666447.492814.6131
Yxy47.49280.39570.4621
Hunter Lab68.9150-15.269435.6684
CIE-Lab74.5039-13.339253.6434

#bebc50 color RGB value is (190,188,80).

#bebc50 hex color red value is 190, green value is 188 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bebc50 hue: 0.16 , saturation: 0.46 and the lightness value of bebc50 is 0.53.

The process color (four color CMYK) of #bebc50 color hex is 0.00, 0.01, 0.58, 0.25. Web safe color of #bebc50 is #cccc66. Color #bebc50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 01010000
Octal 276 274 120
Decimal 190 188 80
Hex BE BC 50

RGB Percentages of Color #bebc50

%41.48
%41.05
%17.47

CMYK Percentages of Color #bebc50

%0
%1
%58
%25

Triadic Colors of #bebc50

#bebc50 #50bebc #bc50be

Analogous Colors of #bebc50

#bebc50 #89be50 #be8550

Monochromatic Colors of #bebc50

#bebc50

Complementary Color

#bebc50 #5052be

#bebc50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc50 Color CSS Codes

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

#bebc50 Text Font Color

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

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


#bebc50 Background Color

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

This div background color is #bebc50


#bebc50 Border Color

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

This div border color is #bebc50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc50


Comments

No comments written yet.

Please login to write comment.