Color Hex Logo

#beaa58 Color Hex

#BEAA58
(190,170,88)
0 Favorites   0 Comments

Color spaces of #beaa58

RGB 19017088
HSL0.130.440.55
HSV48°54°75°
CMYK 0.000.110.54   0.25
XYZ37.371440.401215.0610
Yxy40.40120.40260.4352
Hunter Lab63.5619-6.283930.4446
CIE-Lab69.7543-3.330744.4188

#beaa58 color RGB value is (190,170,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 01011000
Octal 276 252 130
Decimal 190 170 88
Hex BE AA 58

RGB Percentages of Color #beaa58

%42.41
%37.95
%19.64

CMYK Percentages of Color #beaa58

%0
%11
%54
%25

Triadic Colors of #beaa58

#beaa58 #58beaa #aa58be

Analogous Colors of #beaa58

#beaa58 #9fbe58 #be7758

Monochromatic Colors of #beaa58

#beaa58

Complementary Color

#beaa58 #586cbe

#beaa58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaa58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaa58 Color CSS Codes

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

#beaa58 Text Font Color

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

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


#beaa58 Background Color

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

This div background color is #beaa58


#beaa58 Border Color

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

This div border color is #beaa58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaa58


Comments

No comments written yet.

Please login to write comment.