Color Hex Logo

#bea887 Color Hex

#BEA887
(190,168,135)
0 Favorites   0 Comments

Color spaces of #bea887

RGB 190168135
HSL0.100.300.64
HSV36°29°75°
CMYK 0.000.120.29   0.25
XYZ39.611040.701728.6902
Yxy40.70170.36340.3734
Hunter Lab63.7979-0.818717.9955
CIE-Lab69.96642.930919.9983

#bea887 color RGB value is (190,168,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 10000111
Octal 276 250 207
Decimal 190 168 135
Hex BE A8 87

RGB Percentages of Color #bea887

%38.54
%34.08
%27.38

CMYK Percentages of Color #bea887

%0
%12
%29
%25

Triadic Colors of #bea887

#bea887 #87bea8 #a887be

Analogous Colors of #bea887

#bea887 #b9be87 #be8d87

Monochromatic Colors of #bea887

#bea887

Complementary Color

#bea887 #879dbe

#bea887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea887 Color CSS Codes

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

#bea887 Text Font Color

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

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


#bea887 Background Color

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

This div background color is #bea887


#bea887 Border Color

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

This div border color is #bea887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea887


Comments

No comments written yet.

Please login to write comment.