Color Hex Logo

#beb13e Color Hex

#BEB13E
(190,177,62)
0 Favorites   0 Comments

Color spaces of #beb13e

RGB 19017762
HSL0.150.510.49
HSV54°67°75°
CMYK 0.000.070.67   0.25
XYZ37.826842.739210.8132
Yxy42.73920.41400.4677
Hunter Lab65.3752-11.124635.9560
CIE-Lab71.3776-8.845758.0332

#beb13e color RGB value is (190,177,62).

#beb13e hex color red value is 190, green value is 177 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #beb13e hue: 0.15 , saturation: 0.51 and the lightness value of beb13e is 0.49.

The process color (four color CMYK) of #beb13e color hex is 0.00, 0.07, 0.67, 0.25. Web safe color of #beb13e is #cc9933. Color #beb13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110001 00111110
Octal 276 261 76
Decimal 190 177 62
Hex BE B1 3E

RGB Percentages of Color #beb13e

%44.29
%41.26
%14.45

CMYK Percentages of Color #beb13e

%0
%7
%67
%25

Triadic Colors of #beb13e

#beb13e #3ebeb1 #b13ebe

Analogous Colors of #beb13e

#beb13e #8bbe3e #be713e

Monochromatic Colors of #beb13e

#beb13e

Complementary Color

#beb13e #3e4bbe

#beb13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb13e Color CSS Codes

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

#beb13e Text Font Color

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

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


#beb13e Background Color

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

This div background color is #beb13e


#beb13e Border Color

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

This div border color is #beb13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb13e


Comments

No comments written yet.

Please login to write comment.