Color Hex Logo

#bebe7e Color Hex

#BEBE7E
(190,190,126)
0 Favorites   0 Comments

Color spaces of #bebe7e

RGB 190190126
HSL0.170.330.62
HSV60°34°75°
CMYK 0.000.000.34   0.25
XYZ43.414649.280426.9625
Yxy49.28040.36280.4118
Hunter Lab70.2000-12.458226.3678
CIE-Lab75.6254-9.870732.3825

#bebe7e color RGB value is (190,190,126).

#bebe7e hex color red value is 190, green value is 190 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bebe7e hue: 0.17 , saturation: 0.33 and the lightness value of bebe7e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 01111110
Octal 276 276 176
Decimal 190 190 126
Hex BE BE 7E

RGB Percentages of Color #bebe7e

%37.55
%37.55
%24.90

CMYK Percentages of Color #bebe7e

%0
%0
%34
%25

Triadic Colors of #bebe7e

#bebe7e #7ebebe #be7ebe

Analogous Colors of #bebe7e

#bebe7e #9ebe7e #be9e7e

Monochromatic Colors of #bebe7e

#bebe7e

Complementary Color

#bebe7e #7e7ebe

#bebe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe7e Color CSS Codes

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

#bebe7e Text Font Color

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

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


#bebe7e Background Color

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

This div background color is #bebe7e


#bebe7e Border Color

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

This div border color is #bebe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe7e


Comments

No comments written yet.

Please login to write comment.