Color Hex Logo

#beb88a Color Hex

#BEB88A
(190,184,138)
0 Favorites   0 Comments

Color spaces of #beb88a

RGB 190184138
HSL0.150.290.64
HSV53°27°75°
CMYK 0.000.030.27   0.25
XYZ42.963147.063130.8644
Yxy47.06310.35540.3893
Hunter Lab68.6026-8.266921.3471
CIE-Lab74.2301-5.195924.1892

#beb88a color RGB value is (190,184,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111000 10001010
Octal 276 270 212
Decimal 190 184 138
Hex BE B8 8A

RGB Percentages of Color #beb88a

%37.11
%35.94
%26.95

CMYK Percentages of Color #beb88a

%0
%3
%27
%25

Triadic Colors of #beb88a

#beb88a #8abeb8 #b88abe

Analogous Colors of #beb88a

#beb88a #aabe8a #be9e8a

Monochromatic Colors of #beb88a

#beb88a

Complementary Color

#beb88a #8a90be

#beb88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb88a Color CSS Codes

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

#beb88a Text Font Color

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

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


#beb88a Background Color

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

This div background color is #beb88a


#beb88a Border Color

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

This div border color is #beb88a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,184,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 #beb88a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb88a


Comments

No comments written yet.

Please login to write comment.