Color Hex Logo

#beba86 Color Hex

#BEBA86
(190,186,134)
0 Favorites   0 Comments

Color spaces of #beba86

RGB 190186134
HSL0.150.300.64
HSV56°29°75°
CMYK 0.000.020.29   0.25
XYZ43.097247.786229.5064
Yxy47.78620.35800.3969
Hunter Lab69.1276-9.688423.0820
CIE-Lab74.6899-6.778826.9377

#beba86 color RGB value is (190,186,134).

#beba86 hex color red value is 190, green value is 186 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #beba86 hue: 0.15 , saturation: 0.30 and the lightness value of beba86 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 10000110
Octal 276 272 206
Decimal 190 186 134
Hex BE BA 86

RGB Percentages of Color #beba86

%37.25
%36.47
%26.27

CMYK Percentages of Color #beba86

%0
%2
%29
%25

Triadic Colors of #beba86

#beba86 #86beba #ba86be

Analogous Colors of #beba86

#beba86 #a6be86 #be9e86

Monochromatic Colors of #beba86

#beba86

Complementary Color

#beba86 #868abe

#beba86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba86 Color CSS Codes

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

#beba86 Text Font Color

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

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


#beba86 Background Color

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

This div background color is #beba86


#beba86 Border Color

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

This div border color is #beba86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba86


Comments

No comments written yet.

Please login to write comment.