Color Hex Logo

#bebd3b Color Hex

#BEBD3B
(190,189,59)
0 Favorites   0 Comments

Color spaces of #bebd3b

RGB 19018959
HSL0.170.530.49
HSV60°69°75°
CMYK 0.000.010.69   0.25
XYZ40.222247.658111.2167
Yxy47.65810.40590.4809
Hunter Lab69.0348-16.810438.6910
CIE-Lab74.6088-15.168162.4662

#bebd3b color RGB value is (190,189,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 00111011
Octal 276 275 73
Decimal 190 189 59
Hex BE BD 3B

RGB Percentages of Color #bebd3b

%43.38
%43.15
%13.47

CMYK Percentages of Color #bebd3b

%0
%1
%69
%25

Triadic Colors of #bebd3b

#bebd3b #3bbebd #bd3bbe

Analogous Colors of #bebd3b

#bebd3b #7ebe3b #be7c3b

Monochromatic Colors of #bebd3b

#bebd3b

Complementary Color

#bebd3b #3b3cbe

#bebd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd3b Color CSS Codes

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

#bebd3b Text Font Color

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

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


#bebd3b Background Color

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

This div background color is #bebd3b


#bebd3b Border Color

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

This div border color is #bebd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd3b


Comments

No comments written yet.

Please login to write comment.