Color Hex Logo

#beb35e Color Hex

#BEB35E
(190,179,94)
0 Favorites   0 Comments

Color spaces of #beb35e

RGB 19017994
HSL0.150.420.56
HSV53°51°75°
CMYK 0.000.060.51   0.25
XYZ39.375743.995517.0063
Yxy43.99550.39230.4383
Hunter Lab66.3291-10.110931.2288
CIE-Lab72.2255-7.547544.4053

#beb35e color RGB value is (190,179,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 01011110
Octal 276 263 136
Decimal 190 179 94
Hex BE B3 5E

RGB Percentages of Color #beb35e

%41.04
%38.66
%20.30

CMYK Percentages of Color #beb35e

%0
%6
%51
%25

Triadic Colors of #beb35e

#beb35e #5ebeb3 #b35ebe

Analogous Colors of #beb35e

#beb35e #99be5e #be835e

Monochromatic Colors of #beb35e

#beb35e

Complementary Color

#beb35e #5e69be

#beb35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb35e Color CSS Codes

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

#beb35e Text Font Color

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

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


#beb35e Background Color

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

This div background color is #beb35e


#beb35e Border Color

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

This div border color is #beb35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb35e


Comments

No comments written yet.

Please login to write comment.