Color Hex Logo

#bead15 Color Hex

#BEAD15
(190,173,21)
0 Favorites   0 Comments

Color spaces of #bead15

RGB 19017321
HSL0.150.800.41
HSV54°89°75°
CMYK 0.000.090.89   0.25
XYZ36.314140.88846.6878
Yxy40.88840.43290.4874
Hunter Lab63.9440-10.531138.5598
CIE-Lab70.0977-8.298169.5332

#bead15 color RGB value is (190,173,21).

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

The process color (four color CMYK) of #bead15 color hex is 0.00, 0.09, 0.89, 0.25. Web safe color of #bead15 is #cc9900. Color #bead15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 00010101
Octal 276 255 25
Decimal 190 173 21
Hex BE AD 15

RGB Percentages of Color #bead15

%49.48
%45.05
%5.47

CMYK Percentages of Color #bead15

%0
%9
%89
%25

Triadic Colors of #bead15

#bead15 #15bead #ad15be

Analogous Colors of #bead15

#bead15 #7bbe15 #be5915

Monochromatic Colors of #bead15

#bead15

Complementary Color

#bead15 #1526be

#bead15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead15 Color CSS Codes

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

#bead15 Text Font Color

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

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


#bead15 Background Color

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

This div background color is #bead15


#bead15 Border Color

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

This div border color is #bead15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead15


Comments

No comments written yet.

Please login to write comment.