Color Hex Logo

#bea557 Color Hex

#BEA557
(190,165,87)
0 Favorites   0 Comments

Color spaces of #bea557

RGB 19016587
HSL0.130.440.54
HSV45°54°75°
CMYK 0.000.130.54   0.25
XYZ36.410638.545514.5378
Yxy38.54550.40690.4307
Hunter Lab62.0850-3.965129.5762
CIE-Lab68.4208-0.748943.3314

#bea557 color RGB value is (190,165,87).

#bea557 hex color red value is 190, green value is 165 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bea557 hue: 0.13 , saturation: 0.44 and the lightness value of bea557 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100101 01010111
Octal 276 245 127
Decimal 190 165 87
Hex BE A5 57

RGB Percentages of Color #bea557

%42.99
%37.33
%19.68

CMYK Percentages of Color #bea557

%0
%13
%54
%25

Triadic Colors of #bea557

#bea557 #57bea5 #a557be

Analogous Colors of #bea557

#bea557 #a4be57 #be7257

Monochromatic Colors of #bea557

#bea557

Complementary Color

#bea557 #5770be

#bea557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea557 Color CSS Codes

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

#bea557 Text Font Color

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

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


#bea557 Background Color

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

This div background color is #bea557


#bea557 Border Color

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

This div border color is #bea557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea557


Comments

No comments written yet.

Please login to write comment.