Color Hex Logo

#beb33d Color Hex

#BEB33D
(190,179,61)
0 Favorites   0 Comments

Color spaces of #beb33d

RGB 19017961
HSL0.150.510.49
HSV55°68°75°
CMYK 0.000.060.68   0.25
XYZ38.197643.524310.8027
Yxy43.52430.41280.4704
Hunter Lab65.9729-12.103236.4727
CIE-Lab71.9094-9.940058.9800

#beb33d color RGB value is (190,179,61).

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

The process color (four color CMYK) of #beb33d color hex is 0.00, 0.06, 0.68, 0.25. Web safe color of #beb33d is #cccc33. Color #beb33d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 00111101
Octal 276 263 75
Decimal 190 179 61
Hex BE B3 3D

RGB Percentages of Color #beb33d

%44.19
%41.63
%14.19

CMYK Percentages of Color #beb33d

%0
%6
%68
%25

Triadic Colors of #beb33d

#beb33d #3dbeb3 #b33dbe

Analogous Colors of #beb33d

#beb33d #89be3d #be733d

Monochromatic Colors of #beb33d

#beb33d

Complementary Color

#beb33d #3d48be

#beb33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb33d Color CSS Codes

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

#beb33d Text Font Color

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

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


#beb33d Background Color

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

This div background color is #beb33d


#beb33d Border Color

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

This div border color is #beb33d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,179,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 #beb33d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb33d


Comments

No comments written yet.

Please login to write comment.