Color Hex Logo

#beb454 Color Hex

#BEB454
(190,180,84)
0 Favorites   0 Comments

Color spaces of #beb454

RGB 19018084
HSL0.150.450.54
HSV54°56°75°
CMYK 0.000.050.56   0.25
XYZ39.156744.229814.8609
Yxy44.22980.39860.4502
Hunter Lab66.5055-11.288533.3053
CIE-Lab72.3818-8.913749.4091

#beb454 color RGB value is (190,180,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 01010100
Octal 276 264 124
Decimal 190 180 84
Hex BE B4 54

RGB Percentages of Color #beb454

%41.85
%39.65
%18.50

CMYK Percentages of Color #beb454

%0
%5
%56
%25

Triadic Colors of #beb454

#beb454 #54beb4 #b454be

Analogous Colors of #beb454

#beb454 #93be54 #be7f54

Monochromatic Colors of #beb454

#beb454

Complementary Color

#beb454 #545ebe

#beb454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb454 Color CSS Codes

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

#beb454 Text Font Color

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

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


#beb454 Background Color

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

This div background color is #beb454


#beb454 Border Color

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

This div border color is #beb454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb454


Comments

No comments written yet.

Please login to write comment.