Color Hex Logo

#be9890 Color Hex

#BE9890
(190,152,144)
0 Favorites   0 Comments

Color spaces of #be9890

RGB 190152144
HSL0.030.260.65
HSV10°24°75°
CMYK 0.000.200.24   0.25
XYZ37.497535.417231.2454
Yxy35.41720.36000.3400
Hunter Lab59.51248.322510.5300
CIE-Lab66.072212.95219.5854

#be9890 color RGB value is (190,152,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 10010000
Octal 276 230 220
Decimal 190 152 144
Hex BE 98 90

RGB Percentages of Color #be9890

%39.09
%31.28
%29.63

CMYK Percentages of Color #be9890

%0
%20
%24
%25

Triadic Colors of #be9890

#be9890 #90be98 #9890be

Analogous Colors of #be9890

#be9890 #beaf90 #be909f

Monochromatic Colors of #be9890

#be9890

Complementary Color

#be9890 #90b6be

#be9890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9890 Color CSS Codes

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

#be9890 Text Font Color

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

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


#be9890 Background Color

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

This div background color is #be9890


#be9890 Border Color

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

This div border color is #be9890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9890


Comments

No comments written yet.

Please login to write comment.