Color Hex Logo

#beb955 Color Hex

#BEB955
(190,185,85)
0 Favorites   0 Comments

Color spaces of #beb955

RGB 19018585
HSL0.160.450.54
HSV57°55°75°
CMYK 0.000.030.55   0.25
XYZ40.223946.301015.4113
Yxy46.30100.39460.4542
Hunter Lab68.0448-13.560334.2029
CIE-Lab73.7404-11.420050.4956

#beb955 color RGB value is (190,185,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01010101
Octal 276 271 125
Decimal 190 185 85
Hex BE B9 55

RGB Percentages of Color #beb955

%41.30
%40.22
%18.48

CMYK Percentages of Color #beb955

%0
%3
%55
%25

Triadic Colors of #beb955

#beb955 #55beb9 #b955be

Analogous Colors of #beb955

#beb955 #8fbe55 #be8555

Monochromatic Colors of #beb955

#beb955

Complementary Color

#beb955 #555abe

#beb955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb955 Color CSS Codes

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

#beb955 Text Font Color

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

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


#beb955 Background Color

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

This div background color is #beb955


#beb955 Border Color

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

This div border color is #beb955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb955


Comments

No comments written yet.

Please login to write comment.