Color Hex Logo

#bea439 Color Hex

#BEA439
(190,164,57)
0 Favorites   0 Comments

Color spaces of #bea439

RGB 19016457
HSL0.130.540.48
HSV48°70°75°
CMYK 0.000.140.70   0.25
XYZ35.249237.79359.3079
Yxy37.79350.42800.4589
Hunter Lab61.4764-5.235834.0566
CIE-Lab67.8681-2.269856.4966

#bea439 color RGB value is (190,164,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 00111001
Octal 276 244 71
Decimal 190 164 57
Hex BE A4 39

RGB Percentages of Color #bea439

%46.23
%39.90
%13.87

CMYK Percentages of Color #bea439

%0
%14
%70
%25

Triadic Colors of #bea439

#bea439 #39bea4 #a439be

Analogous Colors of #bea439

#bea439 #96be39 #be6239

Monochromatic Colors of #bea439

#bea439

Complementary Color

#bea439 #3953be

#bea439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea439 Color CSS Codes

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

#bea439 Text Font Color

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

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


#bea439 Background Color

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

This div background color is #bea439


#bea439 Border Color

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

This div border color is #bea439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea439


Comments

No comments written yet.

Please login to write comment.