Color Hex Logo

#bed83f Color Hex

#BED83F
(190,216,63)
0 Favorites   0 Comments

Color spaces of #bed83f

RGB 19021663
HSL0.190.660.55
HSV70°71°85°
CMYK 0.120.000.71   0.15
XYZ46.688360.417813.9037
Yxy60.41780.38580.4993
Hunter Lab77.7289-28.808543.8048
CIE-Lab82.0648-28.181268.3639

#bed83f color RGB value is (190,216,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 00111111
Octal 276 330 77
Decimal 190 216 63
Hex BE D8 3F

RGB Percentages of Color #bed83f

%40.51
%46.06
%13.43

CMYK Percentages of Color #bed83f

%12
%0
%71
%15

Triadic Colors of #bed83f

#bed83f #3fbed8 #d83fbe

Analogous Colors of #bed83f

#bed83f #72d83f #d8a63f

Monochromatic Colors of #bed83f

#bed83f

Complementary Color

#bed83f #593fd8

#bed83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed83f Color CSS Codes

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

#bed83f Text Font Color

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

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


#bed83f Background Color

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

This div background color is #bed83f


#bed83f Border Color

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

This div border color is #bed83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed83f


Comments

No comments written yet.

Please login to write comment.