Color Hex Logo

#bea827 Color Hex

#BEA827
(190,168,39)
0 Favorites   0 Comments

Color spaces of #bea827

RGB 19016839
HSL0.140.660.45
HSV51°79°75°
CMYK 0.000.120.79   0.25
XYZ35.604039.09897.5898
Yxy39.09890.43270.4751
Hunter Lab62.5291-7.788336.5737
CIE-Lab68.8228-5.183663.9361

#bea827 color RGB value is (190,168,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 00100111
Octal 276 250 47
Decimal 190 168 39
Hex BE A8 27

RGB Percentages of Color #bea827

%47.86
%42.32
%9.82

CMYK Percentages of Color #bea827

%0
%12
%79
%25

Triadic Colors of #bea827

#bea827 #27bea8 #a827be

Analogous Colors of #bea827

#bea827 #89be27 #be5d27

Monochromatic Colors of #bea827

#bea827

Complementary Color

#bea827 #273dbe

#bea827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea827 Color CSS Codes

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

#bea827 Text Font Color

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

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


#bea827 Background Color

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

This div background color is #bea827


#bea827 Border Color

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

This div border color is #bea827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea827


Comments

No comments written yet.

Please login to write comment.