Color Hex Logo

#bed559 Color Hex

#BED559
(190,213,89)
0 Favorites   0 Comments

Color spaces of #bed559

RGB 19021389
HSL0.200.600.59
HSV71°58°84°
CMYK 0.110.000.58   0.16
XYZ46.832659.256918.4206
Yxy59.25690.37610.4759
Hunter Lab76.9785-26.115639.6971
CIE-Lab81.4326-25.050457.3730

#bed559 color RGB value is (190,213,89).

#bed559 hex color red value is 190, green value is 213 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bed559 hue: 0.20 , saturation: 0.60 and the lightness value of bed559 is 0.59.

The process color (four color CMYK) of #bed559 color hex is 0.11, 0.00, 0.58, 0.16. Web safe color of #bed559 is #cccc66. Color #bed559 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 01011001
Octal 276 325 131
Decimal 190 213 89
Hex BE D5 59

RGB Percentages of Color #bed559

%38.62
%43.29
%18.09

CMYK Percentages of Color #bed559

%11
%0
%58
%16

Triadic Colors of #bed559

#bed559 #59bed5 #d559be

Analogous Colors of #bed559

#bed559 #80d559 #d5ae59

Monochromatic Colors of #bed559

#bed559

Complementary Color

#bed559 #7059d5

#bed559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed559 Color CSS Codes

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

#bed559 Text Font Color

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

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


#bed559 Background Color

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

This div background color is #bed559


#bed559 Border Color

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

This div border color is #bed559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed559


Comments

No comments written yet.

Please login to write comment.