Color Hex Logo

#beb938 Color Hex

#BEB938
(190,185,56)
0 Favorites   0 Comments

Color spaces of #beb938

RGB 19018556
HSL0.160.540.48
HSV58°71°75°
CMYK 0.000.030.71   0.25
XYZ39.298045.930610.5356
Yxy45.93060.41040.4796
Hunter Lab67.7721-15.097138.2235
CIE-Lab73.5005-13.288462.4928

#beb938 color RGB value is (190,185,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 00111000
Octal 276 271 70
Decimal 190 185 56
Hex BE B9 38

RGB Percentages of Color #beb938

%44.08
%42.92
%12.99

CMYK Percentages of Color #beb938

%0
%3
%71
%25

Triadic Colors of #beb938

#beb938 #38beb9 #b938be

Analogous Colors of #beb938

#beb938 #80be38 #be7638

Monochromatic Colors of #beb938

#beb938

Complementary Color

#beb938 #383dbe

#beb938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb938 Color CSS Codes

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

#beb938 Text Font Color

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

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


#beb938 Background Color

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

This div background color is #beb938


#beb938 Border Color

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

This div border color is #beb938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb938


Comments

No comments written yet.

Please login to write comment.