Color Hex Logo

#bed84e Color Hex

#BED84E
(190,216,78)
0 Favorites   0 Comments

Color spaces of #bed84e

RGB 19021678
HSL0.200.640.58
HSV71°64°85°
CMYK 0.120.000.64   0.15
XYZ47.166260.608916.4205
Yxy60.60890.37980.4880
Hunter Lab77.8517-28.096941.9907
CIE-Lab82.1680-27.284962.7988

#bed84e color RGB value is (190,216,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 01001110
Octal 276 330 116
Decimal 190 216 78
Hex BE D8 4E

RGB Percentages of Color #bed84e

%39.26
%44.63
%16.12

CMYK Percentages of Color #bed84e

%12
%0
%64
%15

Triadic Colors of #bed84e

#bed84e #4ebed8 #d84ebe

Analogous Colors of #bed84e

#bed84e #79d84e #d8ad4e

Monochromatic Colors of #bed84e

#bed84e

Complementary Color

#bed84e #684ed8

#bed84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed84e Color CSS Codes

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

#bed84e Text Font Color

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

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


#bed84e Background Color

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

This div background color is #bed84e


#bed84e Border Color

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

This div border color is #bed84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed84e


Comments

No comments written yet.

Please login to write comment.