Color Hex Logo

#bea426 Color Hex

#BEA426
(190,164,38)
0 Favorites   0 Comments

Color spaces of #bea426

RGB 19016438
HSL0.140.670.45
HSV50°80°75°
CMYK 0.000.140.80   0.25
XYZ34.860537.63807.2612
Yxy37.63800.43710.4719
Hunter Lab61.3498-5.934035.9275
CIE-Lab67.7530-3.098663.2969

#bea426 color RGB value is (190,164,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 00100110
Octal 276 244 46
Decimal 190 164 38
Hex BE A4 26

RGB Percentages of Color #bea426

%48.47
%41.84
%9.69

CMYK Percentages of Color #bea426

%0
%14
%80
%25

Triadic Colors of #bea426

#bea426 #26bea4 #a426be

Analogous Colors of #bea426

#bea426 #8cbe26 #be5826

Monochromatic Colors of #bea426

#bea426

Complementary Color

#bea426 #2640be

#bea426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea426 Color CSS Codes

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

#bea426 Text Font Color

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

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


#bea426 Background Color

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

This div background color is #bea426


#bea426 Border Color

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

This div border color is #bea426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea426


Comments

No comments written yet.

Please login to write comment.