Color Hex Logo

#bead2f Color Hex

#BEAD2F
(190,173,47)
0 Favorites   0 Comments

Color spaces of #bead2f

RGB 19017347
HSL0.150.600.46
HSV53°75°75°
CMYK 0.000.090.75   0.25
XYZ36.691941.03958.6769
Yxy41.03950.42460.4749
Hunter Lab64.0621-9.871836.8129
CIE-Lab70.2036-7.500862.5609

#bead2f color RGB value is (190,173,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 00101111
Octal 276 255 57
Decimal 190 173 47
Hex BE AD 2F

RGB Percentages of Color #bead2f

%46.34
%42.20
%11.46

CMYK Percentages of Color #bead2f

%0
%9
%75
%25

Triadic Colors of #bead2f

#bead2f #2fbead #ad2fbe

Analogous Colors of #bead2f

#bead2f #88be2f #be662f

Monochromatic Colors of #bead2f

#bead2f

Complementary Color

#bead2f #2f40be

#bead2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead2f Color CSS Codes

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

#bead2f Text Font Color

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

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


#bead2f Background Color

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

This div background color is #bead2f


#bead2f Border Color

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

This div border color is #bead2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead2f


Comments

No comments written yet.

Please login to write comment.