Color Hex Logo

#be9cac Color Hex

#BE9CAC
(190,156,172)
0 Favorites   0 Comments

Color spaces of #be9cac

RGB 190156172
HSL0.920.210.68
HSV332°18°75°
CMYK 0.000.180.09   0.25
XYZ40.570137.702644.1688
Yxy37.70260.33130.3079
Hunter Lab61.402410.48510.3325
CIE-Lab67.800815.2556-3.5681

#be9cac color RGB value is (190,156,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011100 10101100
Octal 276 234 254
Decimal 190 156 172
Hex BE 9C AC

RGB Percentages of Color #be9cac

%36.68
%30.12
%33.20

CMYK Percentages of Color #be9cac

%0
%18
%9
%25

Triadic Colors of #be9cac

#be9cac #acbe9c #9cacbe

Analogous Colors of #be9cac

#be9cac #be9d9c #be9cbd

Monochromatic Colors of #be9cac

#be9cac

Complementary Color

#be9cac #9cbeae

#be9cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9cac Color CSS Codes

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

#be9cac Text Font Color

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

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


#be9cac Background Color

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

This div background color is #be9cac


#be9cac Border Color

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

This div border color is #be9cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9cac

#be9cac Color Palettes


Comments

No comments written yet.

Please login to write comment.