Color Hex Logo

#bea64a Color Hex

#BEA64A
(190,166,74)
0 Favorites   0 Comments

Color spaces of #bea64a

RGB 19016674
HSL0.130.470.52
HSV48°61°75°
CMYK 0.000.130.61   0.25
XYZ36.107538.714012.0480
Yxy38.71400.41570.4457
Hunter Lab62.2206-5.299932.0739
CIE-Lab68.5436-2.288849.7478

#bea64a color RGB value is (190,166,74).

#bea64a hex color red value is 190, green value is 166 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bea64a hue: 0.13 , saturation: 0.47 and the lightness value of bea64a is 0.52.

The process color (four color CMYK) of #bea64a color hex is 0.00, 0.13, 0.61, 0.25. Web safe color of #bea64a is #cc9933. Color #bea64a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 01001010
Octal 276 246 112
Decimal 190 166 74
Hex BE A6 4A

RGB Percentages of Color #bea64a

%44.19
%38.60
%17.21

CMYK Percentages of Color #bea64a

%0
%13
%61
%25

Triadic Colors of #bea64a

#bea64a #4abea6 #a64abe

Analogous Colors of #bea64a

#bea64a #9cbe4a #be6c4a

Monochromatic Colors of #bea64a

#bea64a

Complementary Color

#bea64a #4a62be

#bea64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea64a Color CSS Codes

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

#bea64a Text Font Color

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

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


#bea64a Background Color

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

This div background color is #bea64a


#bea64a Border Color

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

This div border color is #bea64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea64a

#bea64a Color Palettes


Comments

No comments written yet.

Please login to write comment.