Color Hex Logo

#bea883 Color Hex

#BEA883
(190,168,131)
0 Favorites   0 Comments

Color spaces of #bea883

RGB 190168131
HSL0.100.310.63
HSV38°31°75°
CMYK 0.000.120.31   0.25
XYZ39.334640.591127.2344
Yxy40.59110.36710.3788
Hunter Lab63.7111-1.290519.2533
CIE-Lab69.88852.396122.0704

#bea883 color RGB value is (190,168,131).

#bea883 hex color red value is 190, green value is 168 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bea883 hue: 0.10 , saturation: 0.31 and the lightness value of bea883 is 0.63.

The process color (four color CMYK) of #bea883 color hex is 0.00, 0.12, 0.31, 0.25. Web safe color of #bea883 is #cc9999. Color #bea883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 10000011
Octal 276 250 203
Decimal 190 168 131
Hex BE A8 83

RGB Percentages of Color #bea883

%38.85
%34.36
%26.79

CMYK Percentages of Color #bea883

%0
%12
%31
%25

Triadic Colors of #bea883

#bea883 #83bea8 #a883be

Analogous Colors of #bea883

#bea883 #b7be83 #be8b83

Monochromatic Colors of #bea883

#bea883

Complementary Color

#bea883 #8399be

#bea883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea883 Color CSS Codes

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

#bea883 Text Font Color

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

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


#bea883 Background Color

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

This div background color is #bea883


#bea883 Border Color

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

This div border color is #bea883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea883


Comments

No comments written yet.

Please login to write comment.