Color Hex Logo

#bead60 Color Hex

#BEAD60
(190,173,96)
0 Favorites   0 Comments

Color spaces of #bead60

RGB 19017396
HSL0.140.420.56
HSV49°49°75°
CMYK 0.000.090.49   0.25
XYZ38.290141.678817.0930
Yxy41.67880.39450.4294
Hunter Lab64.5591-7.109929.4935
CIE-Lab70.6489-4.209341.5043

#bead60 color RGB value is (190,173,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 01100000
Octal 276 255 140
Decimal 190 173 96
Hex BE AD 60

RGB Percentages of Color #bead60

%41.39
%37.69
%20.92

CMYK Percentages of Color #bead60

%0
%9
%49
%25

Triadic Colors of #bead60

#bead60 #60bead #ad60be

Analogous Colors of #bead60

#bead60 #a0be60 #be7e60

Monochromatic Colors of #bead60

#bead60

Complementary Color

#bead60 #6071be

#bead60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead60 Color CSS Codes

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

#bead60 Text Font Color

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

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


#bead60 Background Color

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

This div background color is #bead60


#bead60 Border Color

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

This div border color is #bead60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead60


Comments

No comments written yet.

Please login to write comment.