Color Hex Logo

#bead83 Color Hex

#BEAD83
(190,173,131)
0 Favorites   0 Comments

Color spaces of #bead83

RGB 190173131
HSL0.120.310.63
HSV43°31°75°
CMYK 0.000.090.31   0.25
XYZ40.275542.473027.5481
Yxy42.47300.36520.3851
Hunter Lab65.1713-3.737820.5579
CIE-Lab71.1958-0.291423.8425

#bead83 color RGB value is (190,173,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10000011
Octal 276 255 203
Decimal 190 173 131
Hex BE AD 83

RGB Percentages of Color #bead83

%38.46
%35.02
%26.52

CMYK Percentages of Color #bead83

%0
%9
%31
%25

Triadic Colors of #bead83

#bead83 #83bead #ad83be

Analogous Colors of #bead83

#bead83 #b2be83 #be9083

Monochromatic Colors of #bead83

#bead83

Complementary Color

#bead83 #8394be

#bead83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead83 Color CSS Codes

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

#bead83 Text Font Color

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

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


#bead83 Background Color

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

This div background color is #bead83


#bead83 Border Color

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

This div border color is #bead83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead83


Comments

No comments written yet.

Please login to write comment.