Color Hex Logo

#beb66f Color Hex

#BEB66F
(190,182,111)
0 Favorites   0 Comments

Color spaces of #beb66f

RGB 190182111
HSL0.150.380.59
HSV54°42°75°
CMYK 0.000.040.42   0.25
XYZ40.832445.550721.6790
Yxy45.55070.37790.4215
Hunter Lab67.4913-10.116728.1992
CIE-Lab73.2530-7.435737.0988

#beb66f color RGB value is (190,182,111).

#beb66f hex color red value is 190, green value is 182 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #beb66f hue: 0.15 , saturation: 0.38 and the lightness value of beb66f is 0.59.

The process color (four color CMYK) of #beb66f color hex is 0.00, 0.04, 0.42, 0.25. Web safe color of #beb66f is #cccc66. Color #beb66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 01101111
Octal 276 266 157
Decimal 190 182 111
Hex BE B6 6F

RGB Percentages of Color #beb66f

%39.34
%37.68
%22.98

CMYK Percentages of Color #beb66f

%0
%4
%42
%25

Triadic Colors of #beb66f

#beb66f #6fbeb6 #b66fbe

Analogous Colors of #beb66f

#beb66f #9fbe6f #be8f6f

Monochromatic Colors of #beb66f

#beb66f

Complementary Color

#beb66f #6f77be

#beb66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb66f Color CSS Codes

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

#beb66f Text Font Color

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

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


#beb66f Background Color

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

This div background color is #beb66f


#beb66f Border Color

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

This div border color is #beb66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb66f


Comments

No comments written yet.

Please login to write comment.