Color Hex Logo

#beb660 Color Hex

#BEB660
(190,182,96)
0 Favorites   0 Comments

Color spaces of #beb660

RGB 19018296
HSL0.150.420.56
HSV55°49°75°
CMYK 0.000.040.49   0.25
XYZ40.074545.247617.6878
Yxy45.24760.38900.4393
Hunter Lab67.2663-11.373231.4960
CIE-Lab73.0546-8.929344.4149

#beb660 color RGB value is (190,182,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 01100000
Octal 276 266 140
Decimal 190 182 96
Hex BE B6 60

RGB Percentages of Color #beb660

%40.60
%38.89
%20.51

CMYK Percentages of Color #beb660

%0
%4
%49
%25

Triadic Colors of #beb660

#beb660 #60beb6 #b660be

Analogous Colors of #beb660

#beb660 #97be60 #be8760

Monochromatic Colors of #beb660

#beb660

Complementary Color

#beb660 #6068be

#beb660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb660 Color CSS Codes

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

#beb660 Text Font Color

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

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


#beb660 Background Color

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

This div background color is #beb660


#beb660 Border Color

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

This div border color is #beb660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb660


Comments

No comments written yet.

Please login to write comment.