Color Hex Logo

#bea052 Color Hex

#BEA052
(190,160,82)
0 Favorites   0 Comments

Color spaces of #bea052

RGB 19016082
HSL0.120.450.53
HSV43°57°75°
CMYK 0.000.160.57   0.25
XYZ35.329036.698013.2040
Yxy36.69800.41450.4306
Hunter Lab60.5789-1.913629.4821
CIE-Lab67.04981.528344.1947

#bea052 color RGB value is (190,160,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100000 01010010
Octal 276 240 122
Decimal 190 160 82
Hex BE A0 52

RGB Percentages of Color #bea052

%43.98
%37.04
%18.98

CMYK Percentages of Color #bea052

%0
%16
%57
%25

Triadic Colors of #bea052

#bea052 #52bea0 #a052be

Analogous Colors of #bea052

#bea052 #a6be52 #be6a52

Monochromatic Colors of #bea052

#bea052

Complementary Color

#bea052 #5270be

#bea052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea052 Color CSS Codes

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

#bea052 Text Font Color

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

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


#bea052 Background Color

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

This div background color is #bea052


#bea052 Border Color

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

This div border color is #bea052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea052


Comments

No comments written yet.

Please login to write comment.