Color Hex Logo

#be9dab Color Hex

#BE9DAB
(190,157,171)
0 Favorites   0 Comments

Color spaces of #be9dab

RGB 190157171
HSL0.930.200.68
HSV335°17°75°
CMYK 0.000.170.10   0.25
XYZ40.642938.001443.7210
Yxy38.00140.33210.3106
Hunter Lab61.64539.80631.1011
CIE-Lab68.021614.5289-2.6854

#be9dab color RGB value is (190,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011101 10101011
Octal 276 235 253
Decimal 190 157 171
Hex BE 9D AB

RGB Percentages of Color #be9dab

%36.68
%30.31
%33.01

CMYK Percentages of Color #be9dab

%0
%17
%10
%25

Triadic Colors of #be9dab

#be9dab #abbe9d #9dabbe

Analogous Colors of #be9dab

#be9dab #bea09d #be9dbc

Monochromatic Colors of #be9dab

#be9dab

Complementary Color

#be9dab #9dbeb0

#be9dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9dab Color CSS Codes

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

#be9dab Text Font Color

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

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


#be9dab Background Color

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

This div background color is #be9dab


#be9dab Border Color

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

This div border color is #be9dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9dab


Comments

No comments written yet.

Please login to write comment.