Color Hex Logo

#bea847 Color Hex

#BEA847
(190,168,71)
0 Favorites   0 Comments

Color spaces of #bea847

RGB 19016871
HSL0.140.480.51
HSV49°63°75°
CMYK 0.000.120.63   0.25
XYZ36.375239.407311.6504
Yxy39.40730.41600.4507
Hunter Lab62.7752-6.424632.9391
CIE-Lab69.0453-3.558651.6808

#bea847 color RGB value is (190,168,71).

#bea847 hex color red value is 190, green value is 168 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bea847 hue: 0.14 , saturation: 0.48 and the lightness value of bea847 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 01000111
Octal 276 250 107
Decimal 190 168 71
Hex BE A8 47

RGB Percentages of Color #bea847

%44.29
%39.16
%16.55

CMYK Percentages of Color #bea847

%0
%12
%63
%25

Triadic Colors of #bea847

#bea847 #47bea8 #a847be

Analogous Colors of #bea847

#bea847 #99be47 #be6d47

Monochromatic Colors of #bea847

#bea847

Complementary Color

#bea847 #475dbe

#bea847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea847 Color CSS Codes

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

#bea847 Text Font Color

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

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


#bea847 Background Color

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

This div background color is #bea847


#bea847 Border Color

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

This div border color is #bea847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea847


Comments

No comments written yet.

Please login to write comment.