Color Hex Logo

#bea226 Color Hex

#BEA226
(190,162,38)
0 Favorites   0 Comments

Color spaces of #bea226

RGB 19016238
HSL0.140.670.45
HSV49°80°75°
CMYK 0.000.150.80   0.25
XYZ34.505436.92787.1429
Yxy36.92780.43910.4700
Hunter Lab60.7682-4.988635.5686
CIE-Lab67.2228-2.033062.8258

#bea226 color RGB value is (190,162,38).

#bea226 hex color red value is 190, green value is 162 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bea226 hue: 0.14 , saturation: 0.67 and the lightness value of bea226 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 00100110
Octal 276 242 46
Decimal 190 162 38
Hex BE A2 26

RGB Percentages of Color #bea226

%48.72
%41.54
%9.74

CMYK Percentages of Color #bea226

%0
%15
%80
%25

Triadic Colors of #bea226

#bea226 #26bea2 #a226be

Analogous Colors of #bea226

#bea226 #8ebe26 #be5626

Monochromatic Colors of #bea226

#bea226

Complementary Color

#bea226 #2642be

#bea226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea226 Color CSS Codes

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

#bea226 Text Font Color

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

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


#bea226 Background Color

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

This div background color is #bea226


#bea226 Border Color

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

This div border color is #bea226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea226


Comments

No comments written yet.

Please login to write comment.