Color Hex Logo

#bea448 Color Hex

#BEA448
(190,164,72)
0 Favorites   0 Comments

Color spaces of #bea448

RGB 19016472
HSL0.130.480.51
HSV47°62°75°
CMYK 0.000.140.62   0.25
XYZ35.680437.965911.5785
Yxy37.96590.41870.4455
Hunter Lab61.6165-4.464431.9902
CIE-Lab67.9955-1.359750.0665

#bea448 color RGB value is (190,164,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 01001000
Octal 276 244 110
Decimal 190 164 72
Hex BE A4 48

RGB Percentages of Color #bea448

%44.60
%38.50
%16.90

CMYK Percentages of Color #bea448

%0
%14
%62
%25

Triadic Colors of #bea448

#bea448 #48bea4 #a448be

Analogous Colors of #bea448

#bea448 #9dbe48 #be6948

Monochromatic Colors of #bea448

#bea448

Complementary Color

#bea448 #4862be

#bea448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea448 Color CSS Codes

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

#bea448 Text Font Color

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

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


#bea448 Background Color

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

This div background color is #bea448


#bea448 Border Color

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

This div border color is #bea448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,164,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 #bea448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea448


Comments

No comments written yet.

Please login to write comment.