Color Hex Logo

#beb990 Color Hex

#BEB990
(190,185,144)
0 Favorites   0 Comments

Color spaces of #beb990

RGB 190185144
HSL0.150.260.65
HSV53°24°75°
CMYK 0.000.030.24   0.25
XYZ43.618247.658733.2857
Yxy47.65870.35020.3826
Hunter Lab69.0353-8.031019.7377
CIE-Lab74.6091-4.889121.4932

#beb990 color RGB value is (190,185,144).

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

The process color (four color CMYK) of #beb990 color hex is 0.00, 0.03, 0.24, 0.25. Web safe color of #beb990 is #cccc99. Color #beb990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 10010000
Octal 276 271 220
Decimal 190 185 144
Hex BE B9 90

RGB Percentages of Color #beb990

%36.61
%35.65
%27.75

CMYK Percentages of Color #beb990

%0
%3
%24
%25

Triadic Colors of #beb990

#beb990 #90beb9 #b990be

Analogous Colors of #beb990

#beb990 #acbe90 #bea290

Monochromatic Colors of #beb990

#beb990

Complementary Color

#beb990 #9095be

#beb990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb990 Color CSS Codes

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

#beb990 Text Font Color

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

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


#beb990 Background Color

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

This div background color is #beb990


#beb990 Border Color

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

This div border color is #beb990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,185,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 #beb990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb990


Comments

No comments written yet.

Please login to write comment.