Color Hex Logo

#be989e Color Hex

#BE989E
(190,152,158)
0 Favorites   0 Comments

Color spaces of #be989e

RGB 190152158
HSL0.970.230.67
HSV351°20°75°
CMYK 0.000.200.17   0.25
XYZ38.635035.872237.2355
Yxy35.87220.34570.3210
Hunter Lab59.893410.33025.0650
CIE-Lab66.422215.11492.2465

#be989e color RGB value is (190,152,158).

#be989e hex color red value is 190, green value is 152 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be989e hue: 0.97 , saturation: 0.23 and the lightness value of be989e is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 10011110
Octal 276 230 236
Decimal 190 152 158
Hex BE 98 9E

RGB Percentages of Color #be989e

%38.00
%30.40
%31.60

CMYK Percentages of Color #be989e

%0
%20
%17
%25

Triadic Colors of #be989e

#be989e #9ebe98 #989ebe

Analogous Colors of #be989e

#be989e #bea598 #be98b1

Monochromatic Colors of #be989e

#be989e

Complementary Color

#be989e #98beb8

#be989e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be989e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be989e Color CSS Codes

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

#be989e Text Font Color

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

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


#be989e Background Color

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

This div background color is #be989e


#be989e Border Color

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

This div border color is #be989e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be989e


Comments

No comments written yet.

Please login to write comment.