Color Hex Logo

#beb681 Color Hex

#BEB681
(190,182,129)
0 Favorites   0 Comments

Color spaces of #beb681

RGB 190182129
HSL0.140.320.63
HSV52°32°75°
CMYK 0.000.040.32   0.25
XYZ41.925645.988027.4357
Yxy45.98800.36350.3987
Hunter Lab67.8145-8.319523.4832
CIE-Lab73.5377-5.325628.0526

#beb681 color RGB value is (190,182,129).

#beb681 hex color red value is 190, green value is 182 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #beb681 hue: 0.14 , saturation: 0.32 and the lightness value of beb681 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 10000001
Octal 276 266 201
Decimal 190 182 129
Hex BE B6 81

RGB Percentages of Color #beb681

%37.92
%36.33
%25.75

CMYK Percentages of Color #beb681

%0
%4
%32
%25

Triadic Colors of #beb681

#beb681 #81beb6 #b681be

Analogous Colors of #beb681

#beb681 #a8be81 #be9881

Monochromatic Colors of #beb681

#beb681

Complementary Color

#beb681 #8189be

#beb681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb681 Color CSS Codes

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

#beb681 Text Font Color

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

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


#beb681 Background Color

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

This div background color is #beb681


#beb681 Border Color

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

This div border color is #beb681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb681


Comments

No comments written yet.

Please login to write comment.