Color Hex Logo

#bead1a Color Hex

#BEAD1A
(190,173,26)
0 Favorites   0 Comments

Color spaces of #bead1a

RGB 19017326
HSL0.150.760.42
HSV54°86°75°
CMYK 0.000.090.86   0.25
XYZ36.365240.90896.9568
Yxy40.90890.43170.4857
Hunter Lab63.9601-10.442038.3232
CIE-Lab70.1120-8.190068.5139

#bead1a color RGB value is (190,173,26).

#bead1a hex color red value is 190, green value is 173 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bead1a hue: 0.15 , saturation: 0.76 and the lightness value of bead1a is 0.42.

The process color (four color CMYK) of #bead1a color hex is 0.00, 0.09, 0.86, 0.25. Web safe color of #bead1a is #cc9933. Color #bead1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 00011010
Octal 276 255 32
Decimal 190 173 26
Hex BE AD 1A

RGB Percentages of Color #bead1a

%48.84
%44.47
%6.68

CMYK Percentages of Color #bead1a

%0
%9
%86
%25

Triadic Colors of #bead1a

#bead1a #1abead #ad1abe

Analogous Colors of #bead1a

#bead1a #7dbe1a #be5b1a

Monochromatic Colors of #bead1a

#bead1a

Complementary Color

#bead1a #1a2bbe

#bead1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead1a Color CSS Codes

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

#bead1a Text Font Color

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

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


#bead1a Background Color

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

This div background color is #bead1a


#bead1a Border Color

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

This div border color is #bead1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead1a


Comments

No comments written yet.

Please login to write comment.