Color Hex Logo

#bead38 Color Hex

#BEAD38
(190,173,56)
0 Favorites   0 Comments

Color spaces of #bead38

RGB 19017356
HSL0.150.540.48
HSV52°71°75°
CMYK 0.000.090.71   0.25
XYZ36.892641.11989.7339
Yxy41.11980.42040.4686
Hunter Lab64.1247-9.522635.8873
CIE-Lab70.2598-7.080459.2960

#bead38 color RGB value is (190,173,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 00111000
Octal 276 255 70
Decimal 190 173 56
Hex BE AD 38

RGB Percentages of Color #bead38

%45.35
%41.29
%13.37

CMYK Percentages of Color #bead38

%0
%9
%71
%25

Triadic Colors of #bead38

#bead38 #38bead #ad38be

Analogous Colors of #bead38

#bead38 #8cbe38 #be6a38

Monochromatic Colors of #bead38

#bead38

Complementary Color

#bead38 #3849be

#bead38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead38 Color CSS Codes

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

#bead38 Text Font Color

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

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


#bead38 Background Color

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

This div background color is #bead38


#bead38 Border Color

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

This div border color is #bead38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead38


Comments

No comments written yet.

Please login to write comment.