Color Hex Logo

#beb65a Color Hex

#BEB65A
(190,182,90)
0 Favorites   0 Comments

Color spaces of #beb65a

RGB 19018290
HSL0.150.430.55
HSV55°53°75°
CMYK 0.000.040.53   0.25
XYZ39.808645.141216.2879
Yxy45.14120.39320.4459
Hunter Lab67.1872-11.815932.6576
CIE-Lab72.9848-9.459247.2529

#beb65a color RGB value is (190,182,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 01011010
Octal 276 266 132
Decimal 190 182 90
Hex BE B6 5A

RGB Percentages of Color #beb65a

%41.13
%39.39
%19.48

CMYK Percentages of Color #beb65a

%0
%4
%53
%25

Triadic Colors of #beb65a

#beb65a #5abeb6 #b65abe

Analogous Colors of #beb65a

#beb65a #94be5a #be845a

Monochromatic Colors of #beb65a

#beb65a

Complementary Color

#beb65a #5a62be

#beb65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb65a Color CSS Codes

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

#beb65a Text Font Color

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

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


#beb65a Background Color

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

This div background color is #beb65a


#beb65a Border Color

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

This div border color is #beb65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb65a


Comments

No comments written yet.

Please login to write comment.