Color Hex Logo

#bebe95 Color Hex

#BEBE95
(190,190,149)
0 Favorites   0 Comments

Color spaces of #bebe95

RGB 190190149
HSL0.170.240.66
HSV60°22°75°
CMYK 0.000.000.22   0.25
XYZ45.073549.944035.6983
Yxy49.94400.34480.3821
Hunter Lab70.6711-9.828419.5204
CIE-Lab76.0349-6.792120.7719

#bebe95 color RGB value is (190,190,149).

#bebe95 hex color red value is 190, green value is 190 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bebe95 hue: 0.17 , saturation: 0.24 and the lightness value of bebe95 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10010101
Octal 276 276 225
Decimal 190 190 149
Hex BE BE 95

RGB Percentages of Color #bebe95

%35.92
%35.92
%28.17

CMYK Percentages of Color #bebe95

%0
%0
%22
%25

Triadic Colors of #bebe95

#bebe95 #95bebe #be95be

Analogous Colors of #bebe95

#bebe95 #aabe95 #beaa95

Monochromatic Colors of #bebe95

#bebe95

Complementary Color

#bebe95 #9595be

#bebe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe95 Color CSS Codes

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

#bebe95 Text Font Color

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

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


#bebe95 Background Color

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

This div background color is #bebe95


#bebe95 Border Color

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

This div border color is #bebe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe95


Comments

No comments written yet.

Please login to write comment.