Color Hex Logo

#bead30 Color Hex

#BEAD30
(190,173,48)
0 Favorites   0 Comments

Color spaces of #bead30

RGB 19017348
HSL0.150.600.47
HSV53°75°75°
CMYK 0.000.090.75   0.25
XYZ36.712341.04778.7844
Yxy41.04770.42420.4743
Hunter Lab64.0685-9.836436.7187
CIE-Lab70.2093-7.458162.2168

#bead30 color RGB value is (190,173,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 00110000
Octal 276 255 60
Decimal 190 173 48
Hex BE AD 30

RGB Percentages of Color #bead30

%46.23
%42.09
%11.68

CMYK Percentages of Color #bead30

%0
%9
%75
%25

Triadic Colors of #bead30

#bead30 #30bead #ad30be

Analogous Colors of #bead30

#bead30 #88be30 #be6630

Monochromatic Colors of #bead30

#bead30

Complementary Color

#bead30 #3041be

#bead30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead30 Color CSS Codes

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

#bead30 Text Font Color

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

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


#bead30 Background Color

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

This div background color is #bead30


#bead30 Border Color

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

This div border color is #bead30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead30


Comments

No comments written yet.

Please login to write comment.