Color Hex Logo

#beb68a Color Hex

#BEB68A
(190,182,138)
0 Favorites   0 Comments

Color spaces of #beb68a

RGB 190182138
HSL0.140.290.64
HSV51°27°75°
CMYK 0.000.040.27   0.25
XYZ42.550646.238030.7269
Yxy46.23800.35600.3869
Hunter Lab67.9985-7.299720.8072
CIE-Lab73.6997-4.141623.4701

#beb68a color RGB value is (190,182,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 10001010
Octal 276 266 212
Decimal 190 182 138
Hex BE B6 8A

RGB Percentages of Color #beb68a

%37.25
%35.69
%27.06

CMYK Percentages of Color #beb68a

%0
%4
%27
%25

Triadic Colors of #beb68a

#beb68a #8abeb6 #b68abe

Analogous Colors of #beb68a

#beb68a #acbe8a #be9c8a

Monochromatic Colors of #beb68a

#beb68a

Complementary Color

#beb68a #8a92be

#beb68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb68a Color CSS Codes

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

#beb68a Text Font Color

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

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


#beb68a Background Color

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

This div background color is #beb68a


#beb68a Border Color

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

This div border color is #beb68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb68a


Comments

No comments written yet.

Please login to write comment.