Color Hex Logo

#bed85e Color Hex

#BED85E
(190,216,94)
0 Favorites   0 Comments

Color spaces of #bed85e

RGB 19021694
HSL0.200.610.61
HSV73°56°85°
CMYK 0.120.000.56   0.15
XYZ47.811560.867019.8183
Yxy60.86700.37210.4737
Hunter Lab78.0173-27.139839.5510
CIE-Lab82.3072-26.087656.1511

#bed85e color RGB value is (190,216,94).

#bed85e hex color red value is 190, green value is 216 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bed85e hue: 0.20 , saturation: 0.61 and the lightness value of bed85e is 0.61.

The process color (four color CMYK) of #bed85e color hex is 0.12, 0.00, 0.56, 0.15. Web safe color of #bed85e is #cccc66. Color #bed85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 01011110
Octal 276 330 136
Decimal 190 216 94
Hex BE D8 5E

RGB Percentages of Color #bed85e

%38.00
%43.20
%18.80

CMYK Percentages of Color #bed85e

%12
%0
%56
%15

Triadic Colors of #bed85e

#bed85e #5ebed8 #d85ebe

Analogous Colors of #bed85e

#bed85e #81d85e #d8b55e

Monochromatic Colors of #bed85e

#bed85e

Complementary Color

#bed85e #785ed8

#bed85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed85e Color CSS Codes

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

#bed85e Text Font Color

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

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


#bed85e Background Color

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

This div background color is #bed85e


#bed85e Border Color

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

This div border color is #bed85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed85e


Comments

No comments written yet.

Please login to write comment.