Color Hex Logo

#be9fab Color Hex

#BE9FAB
(190,159,171)
0 Favorites   0 Comments

Color spaces of #be9fab

RGB 190159171
HSL0.940.190.68
HSV337°16°75°
CMYK 0.000.160.10   0.25
XYZ40.984038.683743.8347
Yxy38.68370.33180.3132
Hunter Lab62.19628.77861.7509
CIE-Lab68.521513.4251-1.9513

#be9fab color RGB value is (190,159,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011111 10101011
Octal 276 237 253
Decimal 190 159 171
Hex BE 9F AB

RGB Percentages of Color #be9fab

%36.54
%30.58
%32.88

CMYK Percentages of Color #be9fab

%0
%16
%10
%25

Triadic Colors of #be9fab

#be9fab #abbe9f #9fabbe

Analogous Colors of #be9fab

#be9fab #bea39f #be9fbb

Monochromatic Colors of #be9fab

#be9fab

Complementary Color

#be9fab #9fbeb2

#be9fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9fab Color CSS Codes

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

#be9fab Text Font Color

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

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


#be9fab Background Color

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

This div background color is #be9fab


#be9fab Border Color

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

This div border color is #be9fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9fab


Comments

No comments written yet.

Please login to write comment.