Color Hex Logo

#bea374 Color Hex

#BEA374
(190,163,116)
0 Favorites   0 Comments

Color spaces of #bea374

RGB 190163116
HSL0.110.360.60
HSV38°39°75°
CMYK 0.000.140.39   0.25
XYZ37.484838.402521.9598
Yxy38.40250.38310.3925
Hunter Lab61.9698-0.474422.3686
CIE-Lab68.31623.238228.0850

#bea374 color RGB value is (190,163,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 01110100
Octal 276 243 164
Decimal 190 163 116
Hex BE A3 74

RGB Percentages of Color #bea374

%40.51
%34.75
%24.73

CMYK Percentages of Color #bea374

%0
%14
%39
%25

Triadic Colors of #bea374

#bea374 #74bea3 #a374be

Analogous Colors of #bea374

#bea374 #b4be74 #be7e74

Monochromatic Colors of #bea374

#bea374

Complementary Color

#bea374 #748fbe

#bea374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea374 Color CSS Codes

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

#bea374 Text Font Color

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

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


#bea374 Background Color

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

This div background color is #bea374


#bea374 Border Color

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

This div border color is #bea374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea374


Comments

No comments written yet.

Please login to write comment.