Color Hex Logo

#beadaa Color Hex

#BEADAA
(190,173,170)
0 Favorites   0 Comments

Color spaces of #beadaa

RGB 190173170
HSL0.030.130.71
HSV11°75°
CMYK 0.000.090.11   0.25
XYZ43.434543.736644.1830
Yxy43.73660.33070.3330
Hunter Lab66.13371.49936.6827
CIE-Lab72.05215.59053.7458

#beadaa color RGB value is (190,173,170).

#beadaa hex color red value is 190, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #beadaa hue: 0.03 , saturation: 0.13 and the lightness value of beadaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10101010
Octal 276 255 252
Decimal 190 173 170
Hex BE AD AA

RGB Percentages of Color #beadaa

%35.65
%32.46
%31.89

CMYK Percentages of Color #beadaa

%0
%9
%11
%25

Triadic Colors of #beadaa

#beadaa #aabead #adaabe

Analogous Colors of #beadaa

#beadaa #beb7aa #beaab1

Monochromatic Colors of #beadaa

#beadaa

Complementary Color

#beadaa #aabbbe

#beadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadaa Color CSS Codes

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

#beadaa Text Font Color

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

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


#beadaa Background Color

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

This div background color is #beadaa


#beadaa Border Color

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

This div border color is #beadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadaa


Comments

No comments written yet.

Please login to write comment.