Color Hex Logo

#beac39 Color Hex

#BEAC39
(190,172,57)
0 Favorites   0 Comments

Color spaces of #beac39

RGB 19017257
HSL0.140.540.48
HSV52°70°75°
CMYK 0.000.090.70   0.25
XYZ36.726240.74769.8003
Yxy40.74760.42080.4669
Hunter Lab63.8338-9.010935.5810
CIE-Lab69.9987-6.504358.6430

#beac39 color RGB value is (190,172,57).

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

The process color (four color CMYK) of #beac39 color hex is 0.00, 0.09, 0.70, 0.25. Web safe color of #beac39 is #cc9933. Color #beac39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 00111001
Octal 276 254 71
Decimal 190 172 57
Hex BE AC 39

RGB Percentages of Color #beac39

%45.35
%41.05
%13.60

CMYK Percentages of Color #beac39

%0
%9
%70
%25

Triadic Colors of #beac39

#beac39 #39beac #ac39be

Analogous Colors of #beac39

#beac39 #8ebe39 #be6a39

Monochromatic Colors of #beac39

#beac39

Complementary Color

#beac39 #394bbe

#beac39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac39 Color CSS Codes

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

#beac39 Text Font Color

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

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


#beac39 Background Color

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

This div background color is #beac39


#beac39 Border Color

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

This div border color is #beac39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac39


Comments

No comments written yet.

Please login to write comment.