Color Hex Logo

#be998d Color Hex

#BE998D
(190,153,141)
0 Favorites   0 Comments

Color spaces of #be998d

RGB 190153141
HSL0.040.270.65
HSV15°26°75°
CMYK 0.000.190.26   0.25
XYZ37.434235.652730.1080
Yxy35.65270.36280.3455
Hunter Lab59.70997.415611.9006
CIE-Lab66.253711.963311.5189

#be998d color RGB value is (190,153,141).

#be998d hex color red value is 190, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #be998d hue: 0.04 , saturation: 0.27 and the lightness value of be998d is 0.65.

The process color (four color CMYK) of #be998d color hex is 0.00, 0.19, 0.26, 0.25. Web safe color of #be998d is #cc9999. Color #be998d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011001 10001101
Octal 276 231 215
Decimal 190 153 141
Hex BE 99 8D

RGB Percentages of Color #be998d

%39.26
%31.61
%29.13

CMYK Percentages of Color #be998d

%0
%19
%26
%25

Triadic Colors of #be998d

#be998d #8dbe99 #998dbe

Analogous Colors of #be998d

#be998d #beb28d #be8d9a

Monochromatic Colors of #be998d

#be998d

Complementary Color

#be998d #8db2be

#be998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be998d Color CSS Codes

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

#be998d Text Font Color

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

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


#be998d Background Color

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

This div background color is #be998d


#be998d Border Color

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

This div border color is #be998d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be998d


Comments

No comments written yet.

Please login to write comment.