Color Hex Logo

#bebe8c Color Hex

#BEBE8C
(190,190,140)
0 Favorites   0 Comments

Color spaces of #bebe8c

RGB 190190140
HSL0.170.280.65
HSV60°26°75°
CMYK 0.000.000.26   0.25
XYZ44.382349.667532.0585
Yxy49.66750.35190.3938
Hunter Lab70.4752-10.919822.3622
CIE-Lab75.8647-8.062125.3345

#bebe8c color RGB value is (190,190,140).

#bebe8c hex color red value is 190, green value is 190 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bebe8c hue: 0.17 , saturation: 0.28 and the lightness value of bebe8c is 0.65.

The process color (four color CMYK) of #bebe8c color hex is 0.00, 0.00, 0.26, 0.25. Web safe color of #bebe8c is #cccc99. Color #bebe8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10001100
Octal 276 276 214
Decimal 190 190 140
Hex BE BE 8C

RGB Percentages of Color #bebe8c

%36.54
%36.54
%26.92

CMYK Percentages of Color #bebe8c

%0
%0
%26
%25

Triadic Colors of #bebe8c

#bebe8c #8cbebe #be8cbe

Analogous Colors of #bebe8c

#bebe8c #a5be8c #bea58c

Monochromatic Colors of #bebe8c

#bebe8c

Complementary Color

#bebe8c #8c8cbe

#bebe8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe8c Color CSS Codes

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

#bebe8c Text Font Color

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

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


#bebe8c Background Color

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

This div background color is #bebe8c


#bebe8c Border Color

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

This div border color is #bebe8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe8c


Comments

No comments written yet.

Please login to write comment.