Color Hex Logo

#be9cad Color Hex

#BE9CAD
(190,156,173)
0 Favorites   0 Comments

Color spaces of #be9cad

RGB 190156173
HSL0.920.210.68
HSV330°18°75°
CMYK 0.000.180.09   0.25
XYZ40.666537.741244.6766
Yxy37.74120.33040.3066
Hunter Lab61.433910.6498-0.1138
CIE-Lab67.829415.4303-4.0840

#be9cad color RGB value is (190,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011100 10101101
Octal 276 234 255
Decimal 190 156 173
Hex BE 9C AD

RGB Percentages of Color #be9cad

%36.61
%30.06
%33.33

CMYK Percentages of Color #be9cad

%0
%18
%9
%25

Triadic Colors of #be9cad

#be9cad #adbe9c #9cadbe

Analogous Colors of #be9cad

#be9cad #be9c9c #be9cbe

Monochromatic Colors of #be9cad

#be9cad

Complementary Color

#be9cad #9cbead

#be9cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9cad Color CSS Codes

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

#be9cad Text Font Color

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

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


#be9cad Background Color

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

This div background color is #be9cad


#be9cad Border Color

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

This div border color is #be9cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9cad


Comments

No comments written yet.

Please login to write comment.