Color Hex Logo

#beba60 Color Hex

#BEBA60
(190,186,96)
0 Favorites   0 Comments

Color spaces of #beba60

RGB 19018696
HSL0.160.420.56
HSV57°49°75°
CMYK 0.000.020.49   0.25
XYZ40.905446.909517.9648
Yxy46.90950.38670.4435
Hunter Lab68.4905-13.250732.3918
CIE-Lab74.1318-10.998945.7054

#beba60 color RGB value is (190,186,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 01100000
Octal 276 272 140
Decimal 190 186 96
Hex BE BA 60

RGB Percentages of Color #beba60

%40.25
%39.41
%20.34

CMYK Percentages of Color #beba60

%0
%2
%49
%25

Triadic Colors of #beba60

#beba60 #60beba #ba60be

Analogous Colors of #beba60

#beba60 #93be60 #be8b60

Monochromatic Colors of #beba60

#beba60

Complementary Color

#beba60 #6064be

#beba60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba60 Color CSS Codes

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

#beba60 Text Font Color

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

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


#beba60 Background Color

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

This div background color is #beba60


#beba60 Border Color

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

This div border color is #beba60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,186,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 #beba60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba60


Comments

No comments written yet.

Please login to write comment.