Color Hex Logo

#beb943 Color Hex

#BEB943
(190,185,67)
0 Favorites   0 Comments

Color spaces of #beb943

RGB 19018567
HSL0.160.490.50
HSV58°65°75°
CMYK 0.000.030.65   0.25
XYZ39.597346.050312.1118
Yxy46.05030.40500.4711
Hunter Lab67.8604-14.598936.9201
CIE-Lab73.5782-12.680058.2589

#beb943 color RGB value is (190,185,67).

#beb943 hex color red value is 190, green value is 185 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #beb943 hue: 0.16 , saturation: 0.49 and the lightness value of beb943 is 0.50.

The process color (four color CMYK) of #beb943 color hex is 0.00, 0.03, 0.65, 0.25. Web safe color of #beb943 is #cccc33. Color #beb943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01000011
Octal 276 271 103
Decimal 190 185 67
Hex BE B9 43

RGB Percentages of Color #beb943

%42.99
%41.86
%15.16

CMYK Percentages of Color #beb943

%0
%3
%65
%25

Triadic Colors of #beb943

#beb943 #43beb9 #b943be

Analogous Colors of #beb943

#beb943 #86be43 #be7c43

Monochromatic Colors of #beb943

#beb943

Complementary Color

#beb943 #4348be

#beb943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb943 Color CSS Codes

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

#beb943 Text Font Color

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

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


#beb943 Background Color

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

This div background color is #beb943


#beb943 Border Color

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

This div border color is #beb943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb943


Comments

No comments written yet.

Please login to write comment.