Color Hex Logo

#bebc61 Color Hex

#BEBC61
(190,188,97)
0 Favorites   0 Comments

Color spaces of #bebc61

RGB 19018897
HSL0.160.420.56
HSV59°49°75°
CMYK 0.000.010.49   0.25
XYZ41.376147.776718.3503
Yxy47.77670.38490.4444
Hunter Lab69.1207-14.109932.6441
CIE-Lab74.6839-11.935945.8781

#bebc61 color RGB value is (190,188,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 01100001
Octal 276 274 141
Decimal 190 188 97
Hex BE BC 61

RGB Percentages of Color #bebc61

%40.00
%39.58
%20.42

CMYK Percentages of Color #bebc61

%0
%1
%49
%25

Triadic Colors of #bebc61

#bebc61 #61bebc #bc61be

Analogous Colors of #bebc61

#bebc61 #92be61 #be8e61

Monochromatic Colors of #bebc61

#bebc61

Complementary Color

#bebc61 #6163be

#bebc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc61 Color CSS Codes

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

#bebc61 Text Font Color

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

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


#bebc61 Background Color

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

This div background color is #bebc61


#bebc61 Border Color

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

This div border color is #bebc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc61


Comments

No comments written yet.

Please login to write comment.