Color Hex Logo

#bebd76 Color Hex

#BEBD76
(190,189,118)
0 Favorites   0 Comments

Color spaces of #bebd76

RGB 190189118
HSL0.160.360.60
HSV59°38°75°
CMYK 0.000.010.38   0.25
XYZ42.702848.650324.2793
Yxy48.65030.36930.4207
Hunter Lab69.7498-12.779328.1865
CIE-Lab75.2333-10.296336.0189

#bebd76 color RGB value is (190,189,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01110110
Octal 276 275 166
Decimal 190 189 118
Hex BE BD 76

RGB Percentages of Color #bebd76

%38.23
%38.03
%23.74

CMYK Percentages of Color #bebd76

%0
%1
%38
%25

Triadic Colors of #bebd76

#bebd76 #76bebd #bd76be

Analogous Colors of #bebd76

#bebd76 #9bbe76 #be9976

Monochromatic Colors of #bebd76

#bebd76

Complementary Color

#bebd76 #7677be

#bebd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd76 Color CSS Codes

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

#bebd76 Text Font Color

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

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


#bebd76 Background Color

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

This div background color is #bebd76


#bebd76 Border Color

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

This div border color is #bebd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd76


Comments

No comments written yet.

Please login to write comment.