Color Hex Logo

#bebc37 Color Hex

#BEBC37
(190,188,55)
0 Favorites   0 Comments

Color spaces of #bebc37

RGB 19018855
HSL0.160.550.48
HSV59°71°75°
CMYK 0.000.010.71   0.25
XYZ39.908047.189410.6195
Yxy47.18940.40840.4829
Hunter Lab68.6945-16.516138.9205
CIE-Lab74.3108-14.863663.6467

#bebc37 color RGB value is (190,188,55).

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

The process color (four color CMYK) of #bebc37 color hex is 0.00, 0.01, 0.71, 0.25. Web safe color of #bebc37 is #cccc33. Color #bebc37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 00110111
Octal 276 274 67
Decimal 190 188 55
Hex BE BC 37

RGB Percentages of Color #bebc37

%43.88
%43.42
%12.70

CMYK Percentages of Color #bebc37

%0
%1
%71
%25

Triadic Colors of #bebc37

#bebc37 #37bebc #bc37be

Analogous Colors of #bebc37

#bebc37 #7dbe37 #be7937

Monochromatic Colors of #bebc37

#bebc37

Complementary Color

#bebc37 #3739be

#bebc37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc37 Color CSS Codes

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

#bebc37 Text Font Color

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

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


#bebc37 Background Color

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

This div background color is #bebc37


#bebc37 Border Color

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

This div border color is #bebc37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc37


Comments

No comments written yet.

Please login to write comment.