Color Hex Logo

#bead88 Color Hex

#BEAD88
(190,173,136)
0 Favorites   0 Comments

Color spaces of #bead88

RGB 190173136
HSL0.110.290.64
HSV41°28°75°
CMYK 0.000.090.28   0.25
XYZ40.622742.611929.3764
Yxy42.61190.36070.3784
Hunter Lab65.2778-3.154719.0127
CIE-Lab71.29080.375521.2675

#bead88 color RGB value is (190,173,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10001000
Octal 276 255 210
Decimal 190 173 136
Hex BE AD 88

RGB Percentages of Color #bead88

%38.08
%34.67
%27.25

CMYK Percentages of Color #bead88

%0
%9
%28
%25

Triadic Colors of #bead88

#bead88 #88bead #ad88be

Analogous Colors of #bead88

#bead88 #b4be88 #be9288

Monochromatic Colors of #bead88

#bead88

Complementary Color

#bead88 #8899be

#bead88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead88 Color CSS Codes

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

#bead88 Text Font Color

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

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


#bead88 Background Color

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

This div background color is #bead88


#bead88 Border Color

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

This div border color is #bead88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead88


Comments

No comments written yet.

Please login to write comment.