Color Hex Logo

#bea992 Color Hex

#BEA992
(190,169,146)
0 Favorites   0 Comments

Color spaces of #bea992

RGB 190169146
HSL0.090.250.66
HSV31°23°75°
CMYK 0.000.110.23   0.25
XYZ40.611541.398433.0444
Yxy41.39840.35300.3598
Hunter Lab64.34160.068914.5891
CIE-Lab70.45413.946914.6558

#bea992 color RGB value is (190,169,146).

#bea992 hex color red value is 190, green value is 169 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bea992 hue: 0.09 , saturation: 0.25 and the lightness value of bea992 is 0.66.

The process color (four color CMYK) of #bea992 color hex is 0.00, 0.11, 0.23, 0.25. Web safe color of #bea992 is #cc9999. Color #bea992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 10010010
Octal 276 251 222
Decimal 190 169 146
Hex BE A9 92

RGB Percentages of Color #bea992

%37.62
%33.47
%28.91

CMYK Percentages of Color #bea992

%0
%11
%23
%25

Triadic Colors of #bea992

#bea992 #92bea9 #a992be

Analogous Colors of #bea992

#bea992 #bdbe92 #be9392

Monochromatic Colors of #bea992

#bea992

Complementary Color

#bea992 #92a7be

#bea992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea992 Color CSS Codes

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

#bea992 Text Font Color

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

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


#bea992 Background Color

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

This div background color is #bea992


#bea992 Border Color

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

This div border color is #bea992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea992


Comments

No comments written yet.

Please login to write comment.