Color Hex Logo

#bea74d Color Hex

#BEA74D
(190,167,77)
1 Favorites   0 Comments

Color spaces of #bea74d

RGB 19016777
HSL0.130.470.52
HSV48°59°75°
CMYK 0.000.120.59   0.25
XYZ36.393539.120412.6540
Yxy39.12040.41280.4437
Hunter Lab62.5463-5.593131.7872
CIE-Lab68.8384-2.605948.6725

#bea74d color RGB value is (190,167,77).

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

The process color (four color CMYK) of #bea74d color hex is 0.00, 0.12, 0.59, 0.25. Web safe color of #bea74d is #cc9966. Color #bea74d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 01001101
Octal 276 247 115
Decimal 190 167 77
Hex BE A7 4D

RGB Percentages of Color #bea74d

%43.78
%38.48
%17.74

CMYK Percentages of Color #bea74d

%0
%12
%59
%25

Triadic Colors of #bea74d

#bea74d #4dbea7 #a74dbe

Analogous Colors of #bea74d

#bea74d #9dbe4d #be6f4d

Monochromatic Colors of #bea74d

#bea74d

Complementary Color

#bea74d #4d64be

#bea74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea74d Color CSS Codes

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

#bea74d Text Font Color

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

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


#bea74d Background Color

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

This div background color is #bea74d


#bea74d Border Color

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

This div border color is #bea74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea74d


Comments

No comments written yet.

Please login to write comment.