Color Hex Logo

#beb65c Color Hex

#BEB65C
(190,182,92)
0 Favorites   0 Comments

Color spaces of #beb65c

RGB 19018292
HSL0.150.430.55
HSV55°52°75°
CMYK 0.000.040.52   0.25
XYZ39.894945.175816.7423
Yxy45.17580.39180.4437
Hunter Lab67.2129-11.672232.2803
CIE-Lab73.0075-9.287146.3138

#beb65c color RGB value is (190,182,92).

#beb65c hex color red value is 190, green value is 182 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #beb65c hue: 0.15 , saturation: 0.43 and the lightness value of beb65c is 0.55.

The process color (four color CMYK) of #beb65c color hex is 0.00, 0.04, 0.52, 0.25. Web safe color of #beb65c is #cccc66. Color #beb65c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 01011100
Octal 276 266 134
Decimal 190 182 92
Hex BE B6 5C

RGB Percentages of Color #beb65c

%40.95
%39.22
%19.83

CMYK Percentages of Color #beb65c

%0
%4
%52
%25

Triadic Colors of #beb65c

#beb65c #5cbeb6 #b65cbe

Analogous Colors of #beb65c

#beb65c #95be5c #be855c

Monochromatic Colors of #beb65c

#beb65c

Complementary Color

#beb65c #5c64be

#beb65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb65c Color CSS Codes

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

#beb65c Text Font Color

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

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


#beb65c Background Color

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

This div background color is #beb65c


#beb65c Border Color

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

This div border color is #beb65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb65c


Comments

No comments written yet.

Please login to write comment.