Color Hex Logo

#be9eae Color Hex

#BE9EAE
(190,158,174)
0 Favorites   0 Comments

Color spaces of #be9eae

RGB 190158174
HSL0.920.200.68
HSV330°17°75°
CMYK 0.000.170.08   0.25
XYZ41.102038.456945.3010
Yxy38.45690.32920.3080
Hunter Lab62.01369.78410.0982
CIE-Lab68.356014.5007-3.8653

#be9eae color RGB value is (190,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011110 10101110
Octal 276 236 256
Decimal 190 158 174
Hex BE 9E AE

RGB Percentages of Color #be9eae

%36.40
%30.27
%33.33

CMYK Percentages of Color #be9eae

%0
%17
%8
%25

Triadic Colors of #be9eae

#be9eae #aebe9e #9eaebe

Analogous Colors of #be9eae

#be9eae #be9e9e #be9ebe

Monochromatic Colors of #be9eae

#be9eae

Complementary Color

#be9eae #9ebeae

#be9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9eae Color CSS Codes

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

#be9eae Text Font Color

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

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


#be9eae Background Color

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

This div background color is #be9eae


#be9eae Border Color

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

This div border color is #be9eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9eae


Comments

No comments written yet.

Please login to write comment.