Color Hex Logo

#bea67a Color Hex

#BEA67A
(190,166,122)
0 Favorites   0 Comments

Color spaces of #bea67a

RGB 190166122
HSL0.110.340.61
HSV39°36°75°
CMYK 0.000.130.36   0.25
XYZ38.384339.624724.0376
Yxy39.62470.37610.3883
Hunter Lab62.9482-1.314221.4230
CIE-Lab69.20142.332626.0229

#bea67a color RGB value is (190,166,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 01111010
Octal 276 246 172
Decimal 190 166 122
Hex BE A6 7A

RGB Percentages of Color #bea67a

%39.75
%34.73
%25.52

CMYK Percentages of Color #bea67a

%0
%13
%36
%25

Triadic Colors of #bea67a

#bea67a #7abea6 #a67abe

Analogous Colors of #bea67a

#bea67a #b4be7a #be847a

Monochromatic Colors of #bea67a

#bea67a

Complementary Color

#bea67a #7a92be

#bea67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea67a Color CSS Codes

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

#bea67a Text Font Color

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

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


#bea67a Background Color

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

This div background color is #bea67a


#bea67a Border Color

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

This div border color is #bea67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea67a


Comments

No comments written yet.

Please login to write comment.