Color Hex Logo

#beb958 Color Hex

#BEB958
(190,185,88)
0 Favorites   0 Comments

Color spaces of #beb958

RGB 19018588
HSL0.160.440.55
HSV57°54°75°
CMYK 0.000.030.54   0.25
XYZ40.345646.349716.0525
Yxy46.34970.39270.4511
Hunter Lab68.0806-13.359333.6766
CIE-Lab73.7719-11.177349.1239

#beb958 color RGB value is (190,185,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01011000
Octal 276 271 130
Decimal 190 185 88
Hex BE B9 58

RGB Percentages of Color #beb958

%41.04
%39.96
%19.01

CMYK Percentages of Color #beb958

%0
%3
%54
%25

Triadic Colors of #beb958

#beb958 #58beb9 #b958be

Analogous Colors of #beb958

#beb958 #90be58 #be8658

Monochromatic Colors of #beb958

#beb958

Complementary Color

#beb958 #585dbe

#beb958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb958 Color CSS Codes

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

#beb958 Text Font Color

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

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


#beb958 Background Color

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

This div background color is #beb958


#beb958 Border Color

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

This div border color is #beb958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb958


Comments

No comments written yet.

Please login to write comment.