Color Hex Logo

#bebd78 Color Hex

#BEBD78
(190,189,120)
0 Favorites   0 Comments

Color spaces of #bebd78

RGB 190189120
HSL0.160.350.61
HSV59°37°75°
CMYK 0.000.010.37   0.25
XYZ42.823048.698424.9120
Yxy48.69840.36780.4183
Hunter Lab69.7842-12.586127.6833
CIE-Lab75.2633-10.066935.0262

#bebd78 color RGB value is (190,189,120).

#bebd78 hex color red value is 190, green value is 189 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bebd78 hue: 0.16 , saturation: 0.35 and the lightness value of bebd78 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01111000
Octal 276 275 170
Decimal 190 189 120
Hex BE BD 78

RGB Percentages of Color #bebd78

%38.08
%37.88
%24.05

CMYK Percentages of Color #bebd78

%0
%1
%37
%25

Triadic Colors of #bebd78

#bebd78 #78bebd #bd78be

Analogous Colors of #bebd78

#bebd78 #9cbe78 #be9a78

Monochromatic Colors of #bebd78

#bebd78

Complementary Color

#bebd78 #7879be

#bebd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd78 Color CSS Codes

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

#bebd78 Text Font Color

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

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


#bebd78 Background Color

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

This div background color is #bebd78


#bebd78 Border Color

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

This div border color is #bebd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd78


Comments

No comments written yet.

Please login to write comment.