Color Hex Logo

#beba47 Color Hex

#BEBA47
(190,186,71)
0 Favorites   0 Comments

Color spaces of #beba47

RGB 19018671
HSL0.160.480.51
HSV58°63°75°
CMYK 0.000.020.63   0.25
XYZ39.931446.519912.8359
Yxy46.51990.40220.4685
Hunter Lab68.2055-14.855536.5858
CIE-Lab73.8816-12.940756.9023

#beba47 color RGB value is (190,186,71).

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

The process color (four color CMYK) of #beba47 color hex is 0.00, 0.02, 0.63, 0.25. Web safe color of #beba47 is #cccc33. Color #beba47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 01000111
Octal 276 272 107
Decimal 190 186 71
Hex BE BA 47

RGB Percentages of Color #beba47

%42.51
%41.61
%15.88

CMYK Percentages of Color #beba47

%0
%2
%63
%25

Triadic Colors of #beba47

#beba47 #47beba #ba47be

Analogous Colors of #beba47

#beba47 #87be47 #be7f47

Monochromatic Colors of #beba47

#beba47

Complementary Color

#beba47 #474bbe

#beba47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba47 Color CSS Codes

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

#beba47 Text Font Color

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

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


#beba47 Background Color

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

This div background color is #beba47


#beba47 Border Color

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

This div border color is #beba47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba47


Comments

No comments written yet.

Please login to write comment.