Color Hex Logo

#be9faa Color Hex

#BE9FAA
(190,159,170)
0 Favorites   0 Comments

Color spaces of #be9faa

RGB 190159170
HSL0.940.190.68
HSV339°16°75°
CMYK 0.000.160.11   0.25
XYZ40.889038.645743.3345
Yxy38.64570.33280.3145
Hunter Lab62.16578.61712.1860
CIE-Lab68.493813.2524-1.4352

#be9faa color RGB value is (190,159,170).

#be9faa hex color red value is 190, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #be9faa hue: 0.94 , saturation: 0.19 and the lightness value of be9faa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011111 10101010
Octal 276 237 252
Decimal 190 159 170
Hex BE 9F AA

RGB Percentages of Color #be9faa

%36.61
%30.64
%32.76

CMYK Percentages of Color #be9faa

%0
%16
%11
%25

Triadic Colors of #be9faa

#be9faa #aabe9f #9faabe

Analogous Colors of #be9faa

#be9faa #bea49f #be9fba

Monochromatic Colors of #be9faa

#be9faa

Complementary Color

#be9faa #9fbeb3

#be9faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9faa Color CSS Codes

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

#be9faa Text Font Color

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

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


#be9faa Background Color

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

This div background color is #be9faa


#be9faa Border Color

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

This div border color is #be9faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9faa


Comments

No comments written yet.

Please login to write comment.