Color Hex Logo

#bea848 Color Hex

#BEA848
(190,168,72)
0 Favorites   0 Comments

Color spaces of #bea848

RGB 19016872
HSL0.140.480.51
HSV49°62°75°
CMYK 0.000.120.62   0.25
XYZ36.407539.420311.8209
Yxy39.42030.41540.4498
Hunter Lab62.7856-6.367932.7871
CIE-Lab69.0546-3.491551.2360

#bea848 color RGB value is (190,168,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 01001000
Octal 276 250 110
Decimal 190 168 72
Hex BE A8 48

RGB Percentages of Color #bea848

%44.19
%39.07
%16.74

CMYK Percentages of Color #bea848

%0
%12
%62
%25

Triadic Colors of #bea848

#bea848 #48bea8 #a848be

Analogous Colors of #bea848

#bea848 #99be48 #be6d48

Monochromatic Colors of #bea848

#bea848

Complementary Color

#bea848 #485ebe

#bea848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea848 Color CSS Codes

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

#bea848 Text Font Color

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

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


#bea848 Background Color

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

This div background color is #bea848


#bea848 Border Color

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

This div border color is #bea848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea848


Comments

No comments written yet.

Please login to write comment.