Color Hex Logo

#bead55 Color Hex

#BEAD55
(190,173,85)
0 Favorites   0 Comments

Color spaces of #bead55

RGB 19017385
HSL0.140.450.54
HSV50°55°75°
CMYK 0.000.090.55   0.25
XYZ37.818541.490214.6095
Yxy41.49020.40270.4418
Hunter Lab64.4129-7.920531.6414
CIE-Lab70.5180-5.167446.7796

#bead55 color RGB value is (190,173,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 01010101
Octal 276 255 125
Decimal 190 173 85
Hex BE AD 55

RGB Percentages of Color #bead55

%42.41
%38.62
%18.97

CMYK Percentages of Color #bead55

%0
%9
%55
%25

Triadic Colors of #bead55

#bead55 #55bead #ad55be

Analogous Colors of #bead55

#bead55 #9bbe55 #be7955

Monochromatic Colors of #bead55

#bead55

Complementary Color

#bead55 #5566be

#bead55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead55 Color CSS Codes

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

#bead55 Text Font Color

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

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


#bead55 Background Color

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

This div background color is #bead55


#bead55 Border Color

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

This div border color is #bead55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead55


Comments

No comments written yet.

Please login to write comment.