Color Hex Logo

#beac14 Color Hex

#BEAC14
(190,172,20)
0 Favorites   0 Comments

Color spaces of #beac14

RGB 19017220
HSL0.150.810.41
HSV54°89°75°
CMYK 0.000.090.89   0.25
XYZ36.114040.50276.5762
Yxy40.50270.43410.4869
Hunter Lab63.6417-10.081838.4227
CIE-Lab69.8261-7.795169.5064

#beac14 color RGB value is (190,172,20).

#beac14 hex color red value is 190, green value is 172 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #beac14 hue: 0.15 , saturation: 0.81 and the lightness value of beac14 is 0.41.

The process color (four color CMYK) of #beac14 color hex is 0.00, 0.09, 0.89, 0.25. Web safe color of #beac14 is #cc9900. Color #beac14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 00010100
Octal 276 254 24
Decimal 190 172 20
Hex BE AC 14

RGB Percentages of Color #beac14

%49.74
%45.03
%5.24

CMYK Percentages of Color #beac14

%0
%9
%89
%25

Triadic Colors of #beac14

#beac14 #14beac #ac14be

Analogous Colors of #beac14

#beac14 #7bbe14 #be5714

Monochromatic Colors of #beac14

#beac14

Complementary Color

#beac14 #1426be

#beac14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac14 Color CSS Codes

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

#beac14 Text Font Color

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

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


#beac14 Background Color

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

This div background color is #beac14


#beac14 Border Color

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

This div border color is #beac14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac14


Comments

No comments written yet.

Please login to write comment.