Color Hex Logo

#bea714 Color Hex

#BEA714
(190,167,20)
0 Favorites   0 Comments

Color spaces of #bea714

RGB 19016720
HSL0.140.810.41
HSV52°89°75°
CMYK 0.000.120.89   0.25
XYZ35.180238.63516.2649
Yxy38.63510.43930.4825
Hunter Lab62.1571-7.746137.5341
CIE-Lab68.4861-5.168068.4543

#bea714 color RGB value is (190,167,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 00010100
Octal 276 247 24
Decimal 190 167 20
Hex BE A7 14

RGB Percentages of Color #bea714

%50.40
%44.30
%5.31

CMYK Percentages of Color #bea714

%0
%12
%89
%25

Triadic Colors of #bea714

#bea714 #14bea7 #a714be

Analogous Colors of #bea714

#bea714 #80be14 #be5214

Monochromatic Colors of #bea714

#bea714

Complementary Color

#bea714 #142bbe

#bea714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea714 Color CSS Codes

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

#bea714 Text Font Color

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

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


#bea714 Background Color

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

This div background color is #bea714


#bea714 Border Color

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

This div border color is #bea714


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,167,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 #bea714">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea714


Comments

No comments written yet.

Please login to write comment.