Color Hex Logo

#bead64 Color Hex

#BEAD64
(190,173,100)
0 Favorites   0 Comments

Color spaces of #bead64

RGB 190173100
HSL0.140.410.57
HSV49°47°75°
CMYK 0.000.090.47   0.25
XYZ38.479041.754418.0879
Yxy41.75440.39140.4247
Hunter Lab64.6176-6.786428.6358
CIE-Lab70.7013-3.828739.5406

#bead64 color RGB value is (190,173,100).

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

The process color (four color CMYK) of #bead64 color hex is 0.00, 0.09, 0.47, 0.25. Web safe color of #bead64 is #cc9966. Color #bead64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 01100100
Octal 276 255 144
Decimal 190 173 100
Hex BE AD 64

RGB Percentages of Color #bead64

%41.04
%37.37
%21.60

CMYK Percentages of Color #bead64

%0
%9
%47
%25

Triadic Colors of #bead64

#bead64 #64bead #ad64be

Analogous Colors of #bead64

#bead64 #a2be64 #be8064

Monochromatic Colors of #bead64

#bead64

Complementary Color

#bead64 #6475be

#bead64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead64 Color CSS Codes

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

#bead64 Text Font Color

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

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


#bead64 Background Color

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

This div background color is #bead64


#bead64 Border Color

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

This div border color is #bead64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead64


Comments

No comments written yet.

Please login to write comment.