Color Hex Logo

#bead57 Color Hex

#BEAD57
(190,173,87)
0 Favorites   0 Comments

Color spaces of #bead57

RGB 19017387
HSL0.140.440.54
HSV50°54°75°
CMYK 0.000.090.54   0.25
XYZ37.899141.522415.0340
Yxy41.52240.40120.4396
Hunter Lab64.4379-7.781631.2736
CIE-Lab70.5404-5.002845.8359

#bead57 color RGB value is (190,173,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 01010111
Octal 276 255 127
Decimal 190 173 87
Hex BE AD 57

RGB Percentages of Color #bead57

%42.22
%38.44
%19.33

CMYK Percentages of Color #bead57

%0
%9
%54
%25

Triadic Colors of #bead57

#bead57 #57bead #ad57be

Analogous Colors of #bead57

#bead57 #9cbe57 #be7a57

Monochromatic Colors of #bead57

#bead57

Complementary Color

#bead57 #5768be

#bead57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead57 Color CSS Codes

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

#bead57 Text Font Color

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

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


#bead57 Background Color

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

This div background color is #bead57


#bead57 Border Color

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

This div border color is #bead57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead57


Comments

No comments written yet.

Please login to write comment.