Color Hex Logo

#bed81e Color Hex

#BED81E
(190,216,30)
0 Favorites   0 Comments

Color spaces of #bed81e

RGB 19021630
HSL0.190.760.48
HSV68°86°85°
CMYK 0.120.000.86   0.15
XYZ46.025460.152610.4131
Yxy60.15260.39480.5159
Hunter Lab77.5581-29.799246.3303
CIE-Lab81.9211-29.437977.3683

#bed81e color RGB value is (190,216,30).

#bed81e hex color red value is 190, green value is 216 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bed81e hue: 0.19 , saturation: 0.76 and the lightness value of bed81e is 0.48.

The process color (four color CMYK) of #bed81e color hex is 0.12, 0.00, 0.86, 0.15. Web safe color of #bed81e is #cccc33. Color #bed81e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 00011110
Octal 276 330 36
Decimal 190 216 30
Hex BE D8 1E

RGB Percentages of Color #bed81e

%43.58
%49.54
%6.88

CMYK Percentages of Color #bed81e

%12
%0
%86
%15

Triadic Colors of #bed81e

#bed81e #1ebed8 #d81ebe

Analogous Colors of #bed81e

#bed81e #61d81e #d8951e

Monochromatic Colors of #bed81e

#bed81e

Complementary Color

#bed81e #381ed8

#bed81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed81e Color CSS Codes

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

#bed81e Text Font Color

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

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


#bed81e Background Color

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

This div background color is #bed81e


#bed81e Border Color

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

This div border color is #bed81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed81e


Comments

No comments written yet.

Please login to write comment.