Color Hex Logo

#bed73e Color Hex

#BED73E
(190,215,62)
0 Favorites   0 Comments

Color spaces of #bed73e

RGB 19021562
HSL0.190.660.54
HSV70°71°84°
CMYK 0.120.000.71   0.16
XYZ46.405159.895813.6727
Yxy59.89580.38680.4992
Hunter Lab77.3924-28.406643.7001
CIE-Lab81.7815-27.759768.4364

#bed73e color RGB value is (190,215,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 00111110
Octal 276 327 76
Decimal 190 215 62
Hex BE D7 3E

RGB Percentages of Color #bed73e

%40.69
%46.04
%13.28

CMYK Percentages of Color #bed73e

%12
%0
%71
%16

Triadic Colors of #bed73e

#bed73e #3ebed7 #d73ebe

Analogous Colors of #bed73e

#bed73e #72d73e #d7a43e

Monochromatic Colors of #bed73e

#bed73e

Complementary Color

#bed73e #573ed7

#bed73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed73e Color CSS Codes

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

#bed73e Text Font Color

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

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


#bed73e Background Color

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

This div background color is #bed73e


#bed73e Border Color

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

This div border color is #bed73e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,215,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 #bed73e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed73e


Comments

No comments written yet.

Please login to write comment.