Color Hex Logo

#beb05e Color Hex

#BEB05E
(190,176,94)
0 Favorites   0 Comments

Color spaces of #beb05e

RGB 19017694
HSL0.140.420.56
HSV51°51°75°
CMYK 0.000.070.51   0.25
XYZ38.780942.806016.8081
Yxy42.80600.39410.4350
Hunter Lab65.4263-8.691630.5667
CIE-Lab71.4231-5.975243.4419

#beb05e color RGB value is (190,176,94).

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

The process color (four color CMYK) of #beb05e color hex is 0.00, 0.07, 0.51, 0.25. Web safe color of #beb05e is #cc9966. Color #beb05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 01011110
Octal 276 260 136
Decimal 190 176 94
Hex BE B0 5E

RGB Percentages of Color #beb05e

%41.30
%38.26
%20.43

CMYK Percentages of Color #beb05e

%0
%7
%51
%25

Triadic Colors of #beb05e

#beb05e #5ebeb0 #b05ebe

Analogous Colors of #beb05e

#beb05e #9cbe5e #be805e

Monochromatic Colors of #beb05e

#beb05e

Complementary Color

#beb05e #5e6cbe

#beb05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb05e Color CSS Codes

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

#beb05e Text Font Color

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

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


#beb05e Background Color

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

This div background color is #beb05e


#beb05e Border Color

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

This div border color is #beb05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb05e


Comments

No comments written yet.

Please login to write comment.