Color Hex Logo

#bebe76 Color Hex

#BEBE76
(190,190,118)
0 Favorites   0 Comments

Color spaces of #bebe76

RGB 190190118
HSL0.170.360.60
HSV60°38°75°
CMYK 0.000.000.38   0.25
XYZ42.918749.082124.3513
Yxy49.08210.36890.4218
Hunter Lab70.0586-13.251528.4327
CIE-Lab75.5024-10.812036.3631

#bebe76 color RGB value is (190,190,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 01110110
Octal 276 276 166
Decimal 190 190 118
Hex BE BE 76

RGB Percentages of Color #bebe76

%38.15
%38.15
%23.69

CMYK Percentages of Color #bebe76

%0
%0
%38
%25

Triadic Colors of #bebe76

#bebe76 #76bebe #be76be

Analogous Colors of #bebe76

#bebe76 #9abe76 #be9a76

Monochromatic Colors of #bebe76

#bebe76

Complementary Color

#bebe76 #7676be

#bebe76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe76 Color CSS Codes

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

#bebe76 Text Font Color

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

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


#bebe76 Background Color

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

This div background color is #bebe76


#bebe76 Border Color

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

This div border color is #bebe76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe76


Comments

No comments written yet.

Please login to write comment.