Color Hex Logo

#bea71a Color Hex

#BEA71A
(190,167,26)
0 Favorites   0 Comments

Color spaces of #bea71a

RGB 19016726
HSL0.140.760.42
HSV52°86°75°
CMYK 0.000.120.86   0.25
XYZ35.240438.65926.5819
Yxy38.65920.43790.4803
Hunter Lab62.1765-7.638737.2472
CIE-Lab68.5037-5.039067.2037

#bea71a color RGB value is (190,167,26).

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

The process color (four color CMYK) of #bea71a color hex is 0.00, 0.12, 0.86, 0.25. Web safe color of #bea71a is #cc9933. Color #bea71a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 00011010
Octal 276 247 32
Decimal 190 167 26
Hex BE A7 1A

RGB Percentages of Color #bea71a

%49.61
%43.60
%6.79

CMYK Percentages of Color #bea71a

%0
%12
%86
%25

Triadic Colors of #bea71a

#bea71a #1abea7 #a71abe

Analogous Colors of #bea71a

#bea71a #83be1a #be551a

Monochromatic Colors of #bea71a

#bea71a

Complementary Color

#bea71a #1a31be

#bea71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea71a Color CSS Codes

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

#bea71a Text Font Color

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

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


#bea71a Background Color

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

This div background color is #bea71a


#bea71a Border Color

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

This div border color is #bea71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea71a


Comments

No comments written yet.

Please login to write comment.