Color Hex Logo

#bead20 Color Hex

#BEAD20
(190,173,32)
0 Favorites   0 Comments

Color spaces of #bead20

RGB 19017332
HSL0.150.710.44
HSV54°83°75°
CMYK 0.000.090.83   0.25
XYZ36.439540.93867.3479
Yxy40.93860.43010.4832
Hunter Lab63.9833-10.312137.9794
CIE-Lab70.1329-8.032767.0787

#bead20 color RGB value is (190,173,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 00100000
Octal 276 255 40
Decimal 190 173 32
Hex BE AD 20

RGB Percentages of Color #bead20

%48.10
%43.80
%8.10

CMYK Percentages of Color #bead20

%0
%9
%83
%25

Triadic Colors of #bead20

#bead20 #20bead #ad20be

Analogous Colors of #bead20

#bead20 #80be20 #be5e20

Monochromatic Colors of #bead20

#bead20

Complementary Color

#bead20 #2031be

#bead20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead20 Color CSS Codes

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

#bead20 Text Font Color

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

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


#bead20 Background Color

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

This div background color is #bead20


#bead20 Border Color

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

This div border color is #bead20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead20


Comments

No comments written yet.

Please login to write comment.