Color Hex Logo

#be968e Color Hex

#BE968E
(190,150,142)
0 Favorites   0 Comments

Color spaces of #be968e

RGB 190150142
HSL0.030.270.65
HSV10°25°75°
CMYK 0.000.210.25   0.25
XYZ37.024034.712830.3401
Yxy34.71280.36270.3401
Hunter Lab58.91769.064310.7104
CIE-Lab65.524413.76309.9276

#be968e color RGB value is (190,150,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010110 10001110
Octal 276 226 216
Decimal 190 150 142
Hex BE 96 8E

RGB Percentages of Color #be968e

%39.42
%31.12
%29.46

CMYK Percentages of Color #be968e

%0
%21
%25
%25

Triadic Colors of #be968e

#be968e #8ebe96 #968ebe

Analogous Colors of #be968e

#be968e #beae8e #be8e9e

Monochromatic Colors of #be968e

#be968e

Complementary Color

#be968e #8eb6be

#be968e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be968e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be968e Color CSS Codes

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

#be968e Text Font Color

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

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


#be968e Background Color

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

This div background color is #be968e


#be968e Border Color

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

This div border color is #be968e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be968e


Comments

No comments written yet.

Please login to write comment.