Color Hex Logo

#bedb3f Color Hex

#BEDB3F
(190,219,63)
0 Favorites   0 Comments

Color spaces of #bedb3f

RGB 19021963
HSL0.200.680.55
HSV71°71°86°
CMYK 0.130.000.71   0.14
XYZ47.463961.969114.1622
Yxy61.96910.38400.5014
Hunter Lab78.7205-30.135644.4378
CIE-Lab82.8970-29.595869.1784

#bedb3f color RGB value is (190,219,63).

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

The process color (four color CMYK) of #bedb3f color hex is 0.13, 0.00, 0.71, 0.14. Web safe color of #bedb3f is #cccc33. Color #bedb3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 00111111
Octal 276 333 77
Decimal 190 219 63
Hex BE DB 3F

RGB Percentages of Color #bedb3f

%40.25
%46.40
%13.35

CMYK Percentages of Color #bedb3f

%13
%0
%71
%14

Triadic Colors of #bedb3f

#bedb3f #3fbedb #db3fbe

Analogous Colors of #bedb3f

#bedb3f #70db3f #dbaa3f

Monochromatic Colors of #bedb3f

#bedb3f

Complementary Color

#bedb3f #5c3fdb

#bedb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb3f Color CSS Codes

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

#bedb3f Text Font Color

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

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


#bedb3f Background Color

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

This div background color is #bedb3f


#bedb3f Border Color

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

This div border color is #bedb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb3f


Comments

No comments written yet.

Please login to write comment.