Color Hex Logo

#bea974 Color Hex

#BEA974
(190,169,116)
0 Favorites   0 Comments

Color spaces of #bea974

RGB 190169116
HSL0.120.360.60
HSV43°39°75°
CMYK 0.000.110.39   0.25
XYZ38.575640.584022.3233
Yxy40.58400.38010.3999
Hunter Lab63.7056-3.397723.8179
CIE-Lab69.88350.005530.1436

#bea974 color RGB value is (190,169,116).

#bea974 hex color red value is 190, green value is 169 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bea974 hue: 0.12 , saturation: 0.36 and the lightness value of bea974 is 0.60.

The process color (four color CMYK) of #bea974 color hex is 0.00, 0.11, 0.39, 0.25. Web safe color of #bea974 is #cc9966. Color #bea974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 01110100
Octal 276 251 164
Decimal 190 169 116
Hex BE A9 74

RGB Percentages of Color #bea974

%40.00
%35.58
%24.42

CMYK Percentages of Color #bea974

%0
%11
%39
%25

Triadic Colors of #bea974

#bea974 #74bea9 #a974be

Analogous Colors of #bea974

#bea974 #aebe74 #be8474

Monochromatic Colors of #bea974

#bea974

Complementary Color

#bea974 #7489be

#bea974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea974 Color CSS Codes

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

#bea974 Text Font Color

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

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


#bea974 Background Color

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

This div background color is #bea974


#bea974 Border Color

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

This div border color is #bea974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea974


Comments

No comments written yet.

Please login to write comment.