Color Hex Logo

#beb99c Color Hex

#BEB99C
(190,185,156)
0 Favorites   0 Comments

Color spaces of #beb99c

RGB 190185156
HSL0.140.210.68
HSV51°18°75°
CMYK 0.000.030.18   0.25
XYZ44.584948.045438.3763
Yxy48.04540.34030.3667
Hunter Lab69.3148-6.485515.6943
CIE-Lab74.8536-3.114215.3694

#beb99c color RGB value is (190,185,156).

#beb99c hex color red value is 190, green value is 185 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #beb99c hue: 0.14 , saturation: 0.21 and the lightness value of beb99c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 10011100
Octal 276 271 234
Decimal 190 185 156
Hex BE B9 9C

RGB Percentages of Color #beb99c

%35.78
%34.84
%29.38

CMYK Percentages of Color #beb99c

%0
%3
%18
%25

Triadic Colors of #beb99c

#beb99c #9cbeb9 #b99cbe

Analogous Colors of #beb99c

#beb99c #b2be9c #bea89c

Monochromatic Colors of #beb99c

#beb99c

Complementary Color

#beb99c #9ca1be

#beb99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb99c Color CSS Codes

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

#beb99c Text Font Color

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

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


#beb99c Background Color

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

This div background color is #beb99c


#beb99c Border Color

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

This div border color is #beb99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb99c


Comments

No comments written yet.

Please login to write comment.