Color Hex Logo

#bead29 Color Hex

#BEAD29
(190,173,41)
0 Favorites   0 Comments

Color spaces of #bead29

RGB 19017341
HSL0.150.650.45
HSV53°78°75°
CMYK 0.000.090.78   0.25
XYZ36.579040.99448.0826
Yxy40.99440.42700.4786
Hunter Lab64.0269-10.068737.3342
CIE-Lab70.1720-7.738464.5180

#bead29 color RGB value is (190,173,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 00101001
Octal 276 255 51
Decimal 190 173 41
Hex BE AD 29

RGB Percentages of Color #bead29

%47.03
%42.82
%10.15

CMYK Percentages of Color #bead29

%0
%9
%78
%25

Triadic Colors of #bead29

#bead29 #29bead #ad29be

Analogous Colors of #bead29

#bead29 #85be29 #be6229

Monochromatic Colors of #bead29

#bead29

Complementary Color

#bead29 #293abe

#bead29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead29 Color CSS Codes

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

#bead29 Text Font Color

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

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


#bead29 Background Color

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

This div background color is #bead29


#bead29 Border Color

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

This div border color is #bead29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead29


Comments

No comments written yet.

Please login to write comment.