Color Hex Logo

#bea231 Color Hex

#BEA231
(190,162,49)
0 Favorites   0 Comments

Color spaces of #bea231

RGB 19016249
HSL0.130.590.47
HSV48°74°75°
CMYK 0.000.150.74   0.25
XYZ34.709937.00968.2199
Yxy37.00960.43420.4630
Hunter Lab60.8355-4.618434.5738
CIE-Lab67.2842-1.594459.0659

#bea231 color RGB value is (190,162,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 00110001
Octal 276 242 61
Decimal 190 162 49
Hex BE A2 31

RGB Percentages of Color #bea231

%47.38
%40.40
%12.22

CMYK Percentages of Color #bea231

%0
%15
%74
%25

Triadic Colors of #bea231

#bea231 #31bea2 #a231be

Analogous Colors of #bea231

#bea231 #94be31 #be5c31

Monochromatic Colors of #bea231

#bea231

Complementary Color

#bea231 #314dbe

#bea231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea231 Color CSS Codes

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

#bea231 Text Font Color

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

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


#bea231 Background Color

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

This div background color is #bea231


#bea231 Border Color

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

This div border color is #bea231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea231


Comments

No comments written yet.

Please login to write comment.