Color Hex Logo

#bea053 Color Hex

#BEA053
(190,160,83)
0 Favorites   0 Comments

Color spaces of #bea053

RGB 19016083
HSL0.120.450.54
HSV43°56°75°
CMYK 0.000.160.56   0.25
XYZ35.367336.713313.4059
Yxy36.71330.41370.4295
Hunter Lab60.5915-1.844629.2961
CIE-Lab67.06141.608443.7126

#bea053 color RGB value is (190,160,83).

#bea053 hex color red value is 190, green value is 160 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bea053 hue: 0.12 , saturation: 0.45 and the lightness value of bea053 is 0.54.

The process color (four color CMYK) of #bea053 color hex is 0.00, 0.16, 0.56, 0.25. Web safe color of #bea053 is #cc9966. Color #bea053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 01010011
Octal 276 240 123
Decimal 190 160 83
Hex BE A0 53

RGB Percentages of Color #bea053

%43.88
%36.95
%19.17

CMYK Percentages of Color #bea053

%0
%16
%56
%25

Triadic Colors of #bea053

#bea053 #53bea0 #a053be

Analogous Colors of #bea053

#bea053 #a7be53 #be6b53

Monochromatic Colors of #bea053

#bea053

Complementary Color

#bea053 #5371be

#bea053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea053 Color CSS Codes

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

#bea053 Text Font Color

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

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


#bea053 Background Color

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

This div background color is #bea053


#bea053 Border Color

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

This div border color is #bea053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea053


Comments

No comments written yet.

Please login to write comment.