Color Hex Logo

#bea954 Color Hex

#BEA954
(190,169,84)
0 Favorites   0 Comments

Color spaces of #bea954

RGB 19016984
HSL0.130.450.54
HSV48°56°75°
CMYK 0.000.110.56   0.25
XYZ37.023439.963214.1498
Yxy39.96320.40620.4385
Hunter Lab63.2165-6.088330.9806
CIE-Lab69.4433-3.130646.0120

#bea954 color RGB value is (190,169,84).

#bea954 hex color red value is 190, green value is 169 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bea954 hue: 0.13 , saturation: 0.45 and the lightness value of bea954 is 0.54.

The process color (four color CMYK) of #bea954 color hex is 0.00, 0.11, 0.56, 0.25. Web safe color of #bea954 is #cc9966. Color #bea954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 01010100
Octal 276 251 124
Decimal 190 169 84
Hex BE A9 54

RGB Percentages of Color #bea954

%42.89
%38.15
%18.96

CMYK Percentages of Color #bea954

%0
%11
%56
%25

Triadic Colors of #bea954

#bea954 #54bea9 #a954be

Analogous Colors of #bea954

#bea954 #9ebe54 #be7454

Monochromatic Colors of #bea954

#bea954

Complementary Color

#bea954 #5469be

#bea954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea954 Color CSS Codes

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

#bea954 Text Font Color

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

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


#bea954 Background Color

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

This div background color is #bea954


#bea954 Border Color

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

This div border color is #bea954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea954


Comments

No comments written yet.

Please login to write comment.