Color Hex Logo

#be958a Color Hex

#BE958A
(190,149,138)
0 Favorites   0 Comments

Color spaces of #be958a

RGB 190149138
HSL0.040.290.64
HSV13°27°75°
CMYK 0.000.220.27   0.25
XYZ36.570134.277028.7334
Yxy34.27700.36720.3442
Hunter Lab58.54669.040511.8843
CIE-Lab65.181813.741411.6848

#be958a color RGB value is (190,149,138).

#be958a hex color red value is 190, green value is 149 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #be958a hue: 0.04 , saturation: 0.29 and the lightness value of be958a is 0.64.

The process color (four color CMYK) of #be958a color hex is 0.00, 0.22, 0.27, 0.25. Web safe color of #be958a is #cc9999. Color #be958a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010101 10001010
Octal 276 225 212
Decimal 190 149 138
Hex BE 95 8A

RGB Percentages of Color #be958a

%39.83
%31.24
%28.93

CMYK Percentages of Color #be958a

%0
%22
%27
%25

Triadic Colors of #be958a

#be958a #8abe95 #958abe

Analogous Colors of #be958a

#be958a #beaf8a #be8a99

Monochromatic Colors of #be958a

#be958a

Complementary Color

#be958a #8ab3be

#be958a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be958a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be958a Color CSS Codes

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

#be958a Text Font Color

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

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


#be958a Background Color

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

This div background color is #be958a


#be958a Border Color

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

This div border color is #be958a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be958a


Comments

No comments written yet.

Please login to write comment.