Color Hex Logo

#beb65e Color Hex

#BEB65E
(190,182,94)
0 Favorites   0 Comments

Color spaces of #beb65e

RGB 19018294
HSL0.150.420.56
HSV55°51°75°
CMYK 0.000.040.51   0.25
XYZ39.983545.211217.2090
Yxy45.21120.39040.4415
Hunter Lab67.2393-11.524631.8930
CIE-Lab73.0307-9.110345.3674

#beb65e color RGB value is (190,182,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 01011110
Octal 276 266 136
Decimal 190 182 94
Hex BE B6 5E

RGB Percentages of Color #beb65e

%40.77
%39.06
%20.17

CMYK Percentages of Color #beb65e

%0
%4
%51
%25

Triadic Colors of #beb65e

#beb65e #5ebeb6 #b65ebe

Analogous Colors of #beb65e

#beb65e #96be5e #be865e

Monochromatic Colors of #beb65e

#beb65e

Complementary Color

#beb65e #5e66be

#beb65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb65e Color CSS Codes

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

#beb65e Text Font Color

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

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


#beb65e Background Color

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

This div background color is #beb65e


#beb65e Border Color

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

This div border color is #beb65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb65e


Comments

No comments written yet.

Please login to write comment.