Color Hex Logo

#beb942 Color Hex

#BEB942
(190,185,66)
0 Favorites   0 Comments

Color spaces of #beb942

RGB 19018566
HSL0.160.490.50
HSV58°65°75°
CMYK 0.000.030.65   0.25
XYZ39.567546.038411.9551
Yxy46.03840.40560.4719
Hunter Lab67.8516-14.648537.0495
CIE-Lab73.5704-12.740558.6622

#beb942 color RGB value is (190,185,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01000010
Octal 276 271 102
Decimal 190 185 66
Hex BE B9 42

RGB Percentages of Color #beb942

%43.08
%41.95
%14.97

CMYK Percentages of Color #beb942

%0
%3
%65
%25

Triadic Colors of #beb942

#beb942 #42beb9 #b942be

Analogous Colors of #beb942

#beb942 #85be42 #be7b42

Monochromatic Colors of #beb942

#beb942

Complementary Color

#beb942 #4247be

#beb942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb942 Color CSS Codes

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

#beb942 Text Font Color

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

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


#beb942 Background Color

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

This div background color is #beb942


#beb942 Border Color

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

This div border color is #beb942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb942


Comments

No comments written yet.

Please login to write comment.