Color Hex Logo

#beab60 Color Hex

#BEAB60
(190,171,96)
0 Favorites   0 Comments

Color spaces of #beab60

RGB 19017196
HSL0.130.420.56
HSV48°49°75°
CMYK 0.000.100.49   0.25
XYZ37.909440.917516.9662
Yxy40.91750.39570.4271
Hunter Lab63.9668-6.155329.0510
CIE-Lab70.1181-3.149240.8565

#beab60 color RGB value is (190,171,96).

#beab60 hex color red value is 190, green value is 171 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #beab60 hue: 0.13 , saturation: 0.42 and the lightness value of beab60 is 0.56.

The process color (four color CMYK) of #beab60 color hex is 0.00, 0.10, 0.49, 0.25. Web safe color of #beab60 is #cc9966. Color #beab60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 01100000
Octal 276 253 140
Decimal 190 171 96
Hex BE AB 60

RGB Percentages of Color #beab60

%41.58
%37.42
%21.01

CMYK Percentages of Color #beab60

%0
%10
%49
%25

Triadic Colors of #beab60

#beab60 #60beab #ab60be

Analogous Colors of #beab60

#beab60 #a2be60 #be7c60

Monochromatic Colors of #beab60

#beab60

Complementary Color

#beab60 #6073be

#beab60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beab60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beab60 Color CSS Codes

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

#beab60 Text Font Color

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

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


#beab60 Background Color

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

This div background color is #beab60


#beab60 Border Color

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

This div border color is #beab60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beab60


Comments

No comments written yet.

Please login to write comment.