Color Hex Logo

#bebd47 Color Hex

#BEBD47
(190,189,71)
0 Favorites   0 Comments

Color spaces of #bebd47

RGB 19018971
HSL0.170.480.51
HSV59°63°75°
CMYK 0.000.010.63   0.25
XYZ40.570147.797313.0488
Yxy47.79730.40000.4713
Hunter Lab69.1356-16.240037.2044
CIE-Lab74.6969-14.468857.7687

#bebd47 color RGB value is (190,189,71).

#bebd47 hex color red value is 190, green value is 189 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bebd47 hue: 0.17 , saturation: 0.48 and the lightness value of bebd47 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01000111
Octal 276 275 107
Decimal 190 189 71
Hex BE BD 47

RGB Percentages of Color #bebd47

%42.22
%42.00
%15.78

CMYK Percentages of Color #bebd47

%0
%1
%63
%25

Triadic Colors of #bebd47

#bebd47 #47bebd #bd47be

Analogous Colors of #bebd47

#bebd47 #84be47 #be8247

Monochromatic Colors of #bebd47

#bebd47

Complementary Color

#bebd47 #4748be

#bebd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd47 Color CSS Codes

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

#bebd47 Text Font Color

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

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


#bebd47 Background Color

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

This div background color is #bebd47


#bebd47 Border Color

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

This div border color is #bebd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd47


Comments

No comments written yet.

Please login to write comment.