Color Hex Logo

#bea239 Color Hex

#BEA239
(190,162,57)
0 Favorites   0 Comments

Color spaces of #bea239

RGB 19016257
HSL0.130.540.48
HSV47°70°75°
CMYK 0.000.150.70   0.25
XYZ34.894137.08329.1896
Yxy37.08320.42990.4569
Hunter Lab60.8960-4.285433.6799
CIE-Lab67.3394-1.201155.9598

#bea239 color RGB value is (190,162,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 00111001
Octal 276 242 71
Decimal 190 162 57
Hex BE A2 39

RGB Percentages of Color #bea239

%46.45
%39.61
%13.94

CMYK Percentages of Color #bea239

%0
%15
%70
%25

Triadic Colors of #bea239

#bea239 #39bea2 #a239be

Analogous Colors of #bea239

#bea239 #98be39 #be6039

Monochromatic Colors of #bea239

#bea239

Complementary Color

#bea239 #3955be

#bea239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea239 Color CSS Codes

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

#bea239 Text Font Color

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

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


#bea239 Background Color

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

This div background color is #bea239


#bea239 Border Color

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

This div border color is #bea239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea239


Comments

No comments written yet.

Please login to write comment.