Color Hex Logo

#bebd5a Color Hex

#BEBD5A
(190,189,90)
0 Favorites   0 Comments

Color spaces of #bebd5a

RGB 19018990
HSL0.170.430.55
HSV59°53°75°
CMYK 0.000.010.53   0.25
XYZ41.278348.080516.7777
Yxy48.08050.38890.4530
Hunter Lab69.3401-15.083834.1921
CIE-Lab74.8757-13.061449.4593

#bebd5a color RGB value is (190,189,90).

#bebd5a hex color red value is 190, green value is 189 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bebd5a hue: 0.17 , saturation: 0.43 and the lightness value of bebd5a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01011010
Octal 276 275 132
Decimal 190 189 90
Hex BE BD 5A

RGB Percentages of Color #bebd5a

%40.51
%40.30
%19.19

CMYK Percentages of Color #bebd5a

%0
%1
%53
%25

Triadic Colors of #bebd5a

#bebd5a #5abebd #bd5abe

Analogous Colors of #bebd5a

#bebd5a #8dbe5a #be8b5a

Monochromatic Colors of #bebd5a

#bebd5a

Complementary Color

#bebd5a #5a5bbe

#bebd5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd5a Color CSS Codes

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

#bebd5a Text Font Color

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

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


#bebd5a Background Color

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

This div background color is #bebd5a


#bebd5a Border Color

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

This div border color is #bebd5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd5a


Comments

No comments written yet.

Please login to write comment.