Color Hex Logo

#beaaad Color Hex

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

Color spaces of #beaaad

RGB 190170173
HSL0.980.130.71
HSV351°11°75°
CMYK 0.000.110.09   0.25
XYZ43.152842.713745.5053
Yxy42.71370.32850.3251
Hunter Lab65.35573.48674.4671
CIE-Lab71.36027.73831.0903

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

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

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

Base Numbers

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

RGB Percentages of Color #beaaad

%35.65
%31.89
%32.46

CMYK Percentages of Color #beaaad

%0
%11
%9
%25

Triadic Colors of #beaaad

#beaaad #adbeaa #aaadbe

Analogous Colors of #beaaad

#beaaad #beb1aa #beaab7

Monochromatic Colors of #beaaad

#beaaad

Complementary Color

#beaaad #aabebb

#beaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaaad Color CSS Codes

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

#beaaad Text Font Color

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

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


#beaaad Background Color

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

This div background color is #beaaad


#beaaad Border Color

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

This div border color is #beaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaaad


Comments

No comments written yet.

Please login to write comment.