Color Hex Logo

#beb72f Color Hex

#BEB72F
(190,183,47)
0 Favorites   0 Comments

Color spaces of #beb72f

RGB 19018347
HSL0.160.600.46
HSV57°75°75°
CMYK 0.000.040.75   0.25
XYZ38.681845.01949.3402
Yxy45.01940.41570.4839
Hunter Lab67.0965-14.511838.7141
CIE-Lab72.9047-12.677565.0785

#beb72f color RGB value is (190,183,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 00101111
Octal 276 267 57
Decimal 190 183 47
Hex BE B7 2F

RGB Percentages of Color #beb72f

%45.24
%43.57
%11.19

CMYK Percentages of Color #beb72f

%0
%4
%75
%25

Triadic Colors of #beb72f

#beb72f #2fbeb7 #b72fbe

Analogous Colors of #beb72f

#beb72f #7ebe2f #be702f

Monochromatic Colors of #beb72f

#beb72f

Complementary Color

#beb72f #2f36be

#beb72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb72f Color CSS Codes

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

#beb72f Text Font Color

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

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


#beb72f Background Color

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

This div background color is #beb72f


#beb72f Border Color

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

This div border color is #beb72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb72f


Comments

No comments written yet.

Please login to write comment.