Color Hex Logo

#beac55 Color Hex

#BEAC55
(190,172,85)
0 Favorites   0 Comments

Color spaces of #beac55

RGB 19017285
HSL0.140.450.54
HSV50°55°75°
CMYK 0.000.090.55   0.25
XYZ37.627441.108114.5458
Yxy41.10810.40340.4407
Hunter Lab64.1156-7.446331.4299
CIE-Lab70.2516-4.639546.4693

#beac55 color RGB value is (190,172,85).

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

The process color (four color CMYK) of #beac55 color hex is 0.00, 0.09, 0.55, 0.25. Web safe color of #beac55 is #cc9966. Color #beac55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 01010101
Octal 276 254 125
Decimal 190 172 85
Hex BE AC 55

RGB Percentages of Color #beac55

%42.51
%38.48
%19.02

CMYK Percentages of Color #beac55

%0
%9
%55
%25

Triadic Colors of #beac55

#beac55 #55beac #ac55be

Analogous Colors of #beac55

#beac55 #9cbe55 #be7855

Monochromatic Colors of #beac55

#beac55

Complementary Color

#beac55 #5567be

#beac55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac55 Color CSS Codes

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

#beac55 Text Font Color

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

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


#beac55 Background Color

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

This div background color is #beac55


#beac55 Border Color

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

This div border color is #beac55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac55


Comments

No comments written yet.

Please login to write comment.