Color Hex Logo

#beba64 Color Hex

#BEBA64
(190,186,100)
0 Favorites   0 Comments

Color spaces of #beba64

RGB 190186100
HSL0.160.410.57
HSV57°47°75°
CMYK 0.000.020.47   0.25
XYZ41.094446.985118.9597
Yxy46.98510.38390.4390
Hunter Lab68.5457-12.940931.5824
CIE-Lab74.1802-10.627043.8002

#beba64 color RGB value is (190,186,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 01100100
Octal 276 272 144
Decimal 190 186 100
Hex BE BA 64

RGB Percentages of Color #beba64

%39.92
%39.08
%21.01

CMYK Percentages of Color #beba64

%0
%2
%47
%25

Triadic Colors of #beba64

#beba64 #64beba #ba64be

Analogous Colors of #beba64

#beba64 #95be64 #be8d64

Monochromatic Colors of #beba64

#beba64

Complementary Color

#beba64 #6468be

#beba64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba64 Color CSS Codes

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

#beba64 Text Font Color

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

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


#beba64 Background Color

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

This div background color is #beba64


#beba64 Border Color

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

This div border color is #beba64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba64


Comments

No comments written yet.

Please login to write comment.