Color Hex Logo

#be9fae Color Hex

#BE9FAE
(190,159,174)
0 Favorites   0 Comments

Color spaces of #be9fae

RGB 190159174
HSL0.920.190.68
HSV331°16°75°
CMYK 0.000.160.08   0.25
XYZ41.273338.799445.3581
Yxy38.79940.32910.3093
Hunter Lab62.28929.26950.4283
CIE-Lab68.605713.9490-3.4975

#be9fae color RGB value is (190,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011111 10101110
Octal 276 237 256
Decimal 190 159 174
Hex BE 9F AE

RGB Percentages of Color #be9fae

%36.33
%30.40
%33.27

CMYK Percentages of Color #be9fae

%0
%16
%8
%25

Triadic Colors of #be9fae

#be9fae #aebe9f #9faebe

Analogous Colors of #be9fae

#be9fae #bea09f #be9fbe

Monochromatic Colors of #be9fae

#be9fae

Complementary Color

#be9fae #9fbeaf

#be9fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9fae Color CSS Codes

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

#be9fae Text Font Color

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

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


#be9fae Background Color

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

This div background color is #be9fae


#be9fae Border Color

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

This div border color is #be9fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9fae


Comments

No comments written yet.

Please login to write comment.