Color Hex Logo

#bed63f Color Hex

#BED63F
(190,214,63)
0 Favorites   0 Comments

Color spaces of #bed63f

RGB 19021463
HSL0.190.650.54
HSV70°71°84°
CMYK 0.110.000.71   0.16
XYZ46.179059.399213.7339
Yxy59.39920.38700.4978
Hunter Lab77.0709-27.921243.3842
CIE-Lab81.5105-27.232167.8200

#bed63f color RGB value is (190,214,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 00111111
Octal 276 326 77
Decimal 190 214 63
Hex BE D6 3F

RGB Percentages of Color #bed63f

%40.69
%45.82
%13.49

CMYK Percentages of Color #bed63f

%11
%0
%71
%16

Triadic Colors of #bed63f

#bed63f #3fbed6 #d63fbe

Analogous Colors of #bed63f

#bed63f #73d63f #d6a33f

Monochromatic Colors of #bed63f

#bed63f

Complementary Color

#bed63f #573fd6

#bed63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed63f Color CSS Codes

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

#bed63f Text Font Color

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

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


#bed63f Background Color

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

This div background color is #bed63f


#bed63f Border Color

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

This div border color is #bed63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed63f


Comments

No comments written yet.

Please login to write comment.