Color Hex Logo

#bed83e Color Hex

#BED83E
(190,216,62)
0 Favorites   0 Comments

Color spaces of #bed83e

RGB 19021662
HSL0.190.660.55
HSV70°71°85°
CMYK 0.120.000.71   0.15
XYZ46.660660.406713.7578
Yxy60.40670.38620.5000
Hunter Lab77.7217-28.849843.9101
CIE-Lab82.0588-28.233468.7070

#bed83e color RGB value is (190,216,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 00111110
Octal 276 330 76
Decimal 190 216 62
Hex BE D8 3E

RGB Percentages of Color #bed83e

%40.60
%46.15
%13.25

CMYK Percentages of Color #bed83e

%12
%0
%71
%15

Triadic Colors of #bed83e

#bed83e #3ebed8 #d83ebe

Analogous Colors of #bed83e

#bed83e #71d83e #d8a53e

Monochromatic Colors of #bed83e

#bed83e

Complementary Color

#bed83e #583ed8

#bed83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed83e Color CSS Codes

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

#bed83e Text Font Color

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

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


#bed83e Background Color

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

This div background color is #bed83e


#bed83e Border Color

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

This div border color is #bed83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed83e


Comments

No comments written yet.

Please login to write comment.