Color Hex Logo

#bed56f Color Hex

#BED56F
(190,213,111)
0 Favorites   0 Comments

Color spaces of #bed56f

RGB 190213111
HSL0.200.550.64
HSV74°48°84°
CMYK 0.110.000.48   0.16
XYZ47.898759.683324.0344
Yxy59.68330.36390.4535
Hunter Lab77.2550-24.524835.6331
CIE-Lab81.6657-23.081147.5185

#bed56f color RGB value is (190,213,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 01101111
Octal 276 325 157
Decimal 190 213 111
Hex BE D5 6F

RGB Percentages of Color #bed56f

%36.96
%41.44
%21.60

CMYK Percentages of Color #bed56f

%11
%0
%48
%16

Triadic Colors of #bed56f

#bed56f #6fbed5 #d56fbe

Analogous Colors of #bed56f

#bed56f #8bd56f #d5b96f

Monochromatic Colors of #bed56f

#bed56f

Complementary Color

#bed56f #866fd5

#bed56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed56f Color CSS Codes

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

#bed56f Text Font Color

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

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


#bed56f Background Color

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

This div background color is #bed56f


#bed56f Border Color

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

This div border color is #bed56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed56f


Comments

No comments written yet.

Please login to write comment.