Color Hex Logo

#bead87 Color Hex

#BEAD87
(190,173,135)
0 Favorites   0 Comments

Color spaces of #bead87

RGB 190173135
HSL0.120.300.64
HSV41°29°75°
CMYK 0.000.090.29   0.25
XYZ40.551942.583629.0038
Yxy42.58360.36160.3797
Hunter Lab65.2561-3.273519.3272
CIE-Lab71.27140.239821.7829

#bead87 color RGB value is (190,173,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10000111
Octal 276 255 207
Decimal 190 173 135
Hex BE AD 87

RGB Percentages of Color #bead87

%38.15
%34.74
%27.11

CMYK Percentages of Color #bead87

%0
%9
%29
%25

Triadic Colors of #bead87

#bead87 #87bead #ad87be

Analogous Colors of #bead87

#bead87 #b4be87 #be9287

Monochromatic Colors of #bead87

#bead87

Complementary Color

#bead87 #8798be

#bead87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead87 Color CSS Codes

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

#bead87 Text Font Color

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

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


#bead87 Background Color

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

This div background color is #bead87


#bead87 Border Color

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

This div border color is #bead87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead87


Comments

No comments written yet.

Please login to write comment.