Color Hex Logo

#beac12 Color Hex

#BEAC12
(190,172,18)
0 Favorites   0 Comments

Color spaces of #beac12

RGB 19017218
HSL0.150.830.41
HSV54°91°75°
CMYK 0.000.090.91   0.25
XYZ36.096940.49596.4862
Yxy40.49590.43450.4874
Hunter Lab63.6364-10.111938.5023
CIE-Lab69.8213-7.831669.8577

#beac12 color RGB value is (190,172,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 00010010
Octal 276 254 22
Decimal 190 172 18
Hex BE AC 12

RGB Percentages of Color #beac12

%50.00
%45.26
%4.74

CMYK Percentages of Color #beac12

%0
%9
%91
%25

Triadic Colors of #beac12

#beac12 #12beac #ac12be

Analogous Colors of #beac12

#beac12 #7abe12 #be5612

Monochromatic Colors of #beac12

#beac12

Complementary Color

#beac12 #1224be

#beac12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac12 Color CSS Codes

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

#beac12 Text Font Color

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

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


#beac12 Background Color

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

This div background color is #beac12


#beac12 Border Color

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

This div border color is #beac12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac12


Comments

No comments written yet.

Please login to write comment.