Color Hex Logo

#bebc78 Color Hex

#BEBC78
(190,188,120)
0 Favorites   0 Comments

Color spaces of #bebc78

RGB 190188120
HSL0.160.350.61
HSV58°37°75°
CMYK 0.000.010.37   0.25
XYZ42.608648.269724.8406
Yxy48.26970.36820.4171
Hunter Lab69.4764-12.112927.4349
CIE-Lab74.9947-9.549934.6801

#bebc78 color RGB value is (190,188,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 01111000
Octal 276 274 170
Decimal 190 188 120
Hex BE BC 78

RGB Percentages of Color #bebc78

%38.15
%37.75
%24.10

CMYK Percentages of Color #bebc78

%0
%1
%37
%25

Triadic Colors of #bebc78

#bebc78 #78bebc #bc78be

Analogous Colors of #bebc78

#bebc78 #9dbe78 #be9978

Monochromatic Colors of #bebc78

#bebc78

Complementary Color

#bebc78 #787abe

#bebc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc78 Color CSS Codes

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

#bebc78 Text Font Color

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

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


#bebc78 Background Color

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

This div background color is #bebc78


#bebc78 Border Color

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

This div border color is #bebc78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,188,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 #bebc78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc78


Comments

No comments written yet.

Please login to write comment.