Color Hex Logo

#be9dad Color Hex

#BE9DAD
(190,157,173)
0 Favorites   0 Comments

Color spaces of #be9dad

RGB 190157173
HSL0.920.200.68
HSV331°17°75°
CMYK 0.000.170.09   0.25
XYZ40.835038.078244.7328
Yxy38.07820.33030.3080
Hunter Lab61.707510.13430.2150
CIE-Lab68.078214.8776-3.7174

#be9dad color RGB value is (190,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011101 10101101
Octal 276 235 255
Decimal 190 157 173
Hex BE 9D AD

RGB Percentages of Color #be9dad

%36.54
%30.19
%33.27

CMYK Percentages of Color #be9dad

%0
%17
%9
%25

Triadic Colors of #be9dad

#be9dad #adbe9d #9dadbe

Analogous Colors of #be9dad

#be9dad #be9e9d #be9dbe

Monochromatic Colors of #be9dad

#be9dad

Complementary Color

#be9dad #9dbeae

#be9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9dad Color CSS Codes

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

#be9dad Text Font Color

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

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


#be9dad Background Color

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

This div background color is #be9dad


#be9dad Border Color

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

This div border color is #be9dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9dad


Comments

No comments written yet.

Please login to write comment.