Color Hex Logo

#beab7a Color Hex

#BEAB7A
(190,171,122)
0 Favorites   0 Comments

Color spaces of #beab7a

RGB 190171122
HSL0.120.340.61
HSV43°36°75°
CMYK 0.000.100.36   0.25
XYZ39.311041.478124.3465
Yxy41.47810.37390.3945
Hunter Lab64.4035-3.752222.6690
CIE-Lab70.5096-0.355627.7628

#beab7a color RGB value is (190,171,122).

#beab7a hex color red value is 190, green value is 171 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #beab7a hue: 0.12 , saturation: 0.34 and the lightness value of beab7a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 01111010
Octal 276 253 172
Decimal 190 171 122
Hex BE AB 7A

RGB Percentages of Color #beab7a

%39.34
%35.40
%25.26

CMYK Percentages of Color #beab7a

%0
%10
%36
%25

Triadic Colors of #beab7a

#beab7a #7abeab #ab7abe

Analogous Colors of #beab7a

#beab7a #afbe7a #be897a

Monochromatic Colors of #beab7a

#beab7a

Complementary Color

#beab7a #7a8dbe

#beab7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beab7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beab7a Color CSS Codes

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

#beab7a Text Font Color

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

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


#beab7a Background Color

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

This div background color is #beab7a


#beab7a Border Color

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

This div border color is #beab7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beab7a


Comments

No comments written yet.

Please login to write comment.