Color Hex Logo

#beb459 Color Hex

#BEB459
(190,180,89)
0 Favorites   0 Comments

Color spaces of #beb459

RGB 19018089
HSL0.150.440.55
HSV54°53°75°
CMYK 0.000.050.53   0.25
XYZ39.359644.310915.9296
Yxy44.31090.39520.4449
Hunter Lab66.5664-10.947232.4082
CIE-Lab72.4358-8.504847.0907

#beb459 color RGB value is (190,180,89).

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

The process color (four color CMYK) of #beb459 color hex is 0.00, 0.05, 0.53, 0.25. Web safe color of #beb459 is #cccc66. Color #beb459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 01011001
Octal 276 264 131
Decimal 190 180 89
Hex BE B4 59

RGB Percentages of Color #beb459

%41.39
%39.22
%19.39

CMYK Percentages of Color #beb459

%0
%5
%53
%25

Triadic Colors of #beb459

#beb459 #59beb4 #b459be

Analogous Colors of #beb459

#beb459 #96be59 #be8259

Monochromatic Colors of #beb459

#beb459

Complementary Color

#beb459 #5963be

#beb459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb459 Color CSS Codes

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

#beb459 Text Font Color

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

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


#beb459 Background Color

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

This div background color is #beb459


#beb459 Border Color

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

This div border color is #beb459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb459


Comments

No comments written yet.

Please login to write comment.