Color Hex Logo

#beb95f Color Hex

#BEB95F
(190,185,95)
0 Favorites   0 Comments

Color spaces of #beb95f

RGB 19018595
HSL0.160.420.56
HSV57°50°75°
CMYK 0.000.030.50   0.25
XYZ40.649746.471317.6539
Yxy46.47130.38800.4435
Hunter Lab68.1699-12.857732.3646
CIE-Lab73.8503-10.573745.8565

#beb95f color RGB value is (190,185,95).

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

The process color (four color CMYK) of #beb95f color hex is 0.00, 0.03, 0.50, 0.25. Web safe color of #beb95f is #cccc66. Color #beb95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01011111
Octal 276 271 137
Decimal 190 185 95
Hex BE B9 5F

RGB Percentages of Color #beb95f

%40.43
%39.36
%20.21

CMYK Percentages of Color #beb95f

%0
%3
%50
%25

Triadic Colors of #beb95f

#beb95f #5fbeb9 #b95fbe

Analogous Colors of #beb95f

#beb95f #94be5f #be8a5f

Monochromatic Colors of #beb95f

#beb95f

Complementary Color

#beb95f #5f64be

#beb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb95f Color CSS Codes

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

#beb95f Text Font Color

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

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


#beb95f Background Color

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

This div background color is #beb95f


#beb95f Border Color

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

This div border color is #beb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb95f


Comments

No comments written yet.

Please login to write comment.