Color Hex Logo

#bebf76 Color Hex

#BEBF76
(190,191,118)
0 Favorites   0 Comments

Color spaces of #bebf76

RGB 190191118
HSL0.170.360.61
HSV61°38°75°
CMYK 0.010.000.38   0.25
XYZ43.136049.516824.4237
Yxy49.51680.36840.4229
Hunter Lab70.3682-13.723028.6791
CIE-Lab75.7717-11.326636.7073

#bebf76 color RGB value is (190,191,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 01110110
Octal 276 277 166
Decimal 190 191 118
Hex BE BF 76

RGB Percentages of Color #bebf76

%38.08
%38.28
%23.65

CMYK Percentages of Color #bebf76

%1
%0
%38
%25

Triadic Colors of #bebf76

#bebf76 #76bebf #bf76be

Analogous Colors of #bebf76

#bebf76 #9abf76 #bf9c76

Monochromatic Colors of #bebf76

#bebf76

Complementary Color

#bebf76 #7776bf

#bebf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf76 Color CSS Codes

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

#bebf76 Text Font Color

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

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


#bebf76 Background Color

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

This div background color is #bebf76


#bebf76 Border Color

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

This div border color is #bebf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf76


Comments

No comments written yet.

Please login to write comment.