Color Hex Logo

#beb490 Color Hex

#BEB490
(190,180,144)
0 Favorites   0 Comments

Color spaces of #beb490

RGB 190180144
HSL0.130.260.65
HSV47°24°75°
CMYK 0.000.050.24   0.25
XYZ42.590545.603332.9431
Yxy45.60330.35160.3765
Hunter Lab67.5302-5.600118.3479
CIE-Lab73.2874-2.244919.6781

#beb490 color RGB value is (190,180,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 10010000
Octal 276 264 220
Decimal 190 180 144
Hex BE B4 90

RGB Percentages of Color #beb490

%36.96
%35.02
%28.02

CMYK Percentages of Color #beb490

%0
%5
%24
%25

Triadic Colors of #beb490

#beb490 #90beb4 #b490be

Analogous Colors of #beb490

#beb490 #b1be90 #be9d90

Monochromatic Colors of #beb490

#beb490

Complementary Color

#beb490 #909abe

#beb490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb490 Color CSS Codes

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

#beb490 Text Font Color

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

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


#beb490 Background Color

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

This div background color is #beb490


#beb490 Border Color

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

This div border color is #beb490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb490


Comments

No comments written yet.

Please login to write comment.