Color Hex Logo

#beb13d Color Hex

#BEB13D
(190,177,61)
0 Favorites   0 Comments

Color spaces of #beb13d

RGB 19017761
HSL0.150.510.49
HSV54°68°75°
CMYK 0.000.070.68   0.25
XYZ37.799642.728410.6700
Yxy42.72840.41450.4685
Hunter Lab65.3670-11.171436.0788
CIE-Lab71.3702-8.902158.4312

#beb13d color RGB value is (190,177,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110001 00111101
Octal 276 261 75
Decimal 190 177 61
Hex BE B1 3D

RGB Percentages of Color #beb13d

%44.39
%41.36
%14.25

CMYK Percentages of Color #beb13d

%0
%7
%68
%25

Triadic Colors of #beb13d

#beb13d #3dbeb1 #b13dbe

Analogous Colors of #beb13d

#beb13d #8bbe3d #be713d

Monochromatic Colors of #beb13d

#beb13d

Complementary Color

#beb13d #3d4abe

#beb13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb13d Color CSS Codes

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

#beb13d Text Font Color

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

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


#beb13d Background Color

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

This div background color is #beb13d


#beb13d Border Color

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

This div border color is #beb13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb13d


Comments

No comments written yet.

Please login to write comment.