Color Hex Logo

#beb73d Color Hex

#BEB73D
(190,183,61)
0 Favorites   0 Comments

Color spaces of #beb73d

RGB 19018361
HSL0.160.510.49
HSV57°68°75°
CMYK 0.000.040.68   0.25
XYZ39.011045.151011.0738
Yxy45.15100.40960.4741
Hunter Lab67.1945-13.958937.2650
CIE-Lab72.9912-12.002360.0771

#beb73d color RGB value is (190,183,61).

#beb73d hex color red value is 190, green value is 183 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #beb73d hue: 0.16 , saturation: 0.51 and the lightness value of beb73d is 0.49.

The process color (four color CMYK) of #beb73d color hex is 0.00, 0.04, 0.68, 0.25. Web safe color of #beb73d is #cccc33. Color #beb73d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 00111101
Octal 276 267 75
Decimal 190 183 61
Hex BE B7 3D

RGB Percentages of Color #beb73d

%43.78
%42.17
%14.06

CMYK Percentages of Color #beb73d

%0
%4
%68
%25

Triadic Colors of #beb73d

#beb73d #3dbeb7 #b73dbe

Analogous Colors of #beb73d

#beb73d #85be3d #be773d

Monochromatic Colors of #beb73d

#beb73d

Complementary Color

#beb73d #3d44be

#beb73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb73d Color CSS Codes

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

#beb73d Text Font Color

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

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


#beb73d Background Color

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

This div background color is #beb73d


#beb73d Border Color

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

This div border color is #beb73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb73d


Comments

No comments written yet.

Please login to write comment.