Color Hex Logo

#bedb7f Color Hex

#BEDB7F
(190,219,127)
0 Favorites   0 Comments

Color spaces of #bedb7f

RGB 190219127
HSL0.220.560.68
HSV79°42°86°
CMYK 0.130.000.42   0.14
XYZ50.397563.142529.6102
Yxy63.14250.35210.4411
Hunter Lab79.4623-25.848533.5302
CIE-Lab83.5173-24.259842.0058

#bedb7f color RGB value is (190,219,127).

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

The process color (four color CMYK) of #bedb7f color hex is 0.13, 0.00, 0.42, 0.14. Web safe color of #bedb7f is #cccc66. Color #bedb7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 01111111
Octal 276 333 177
Decimal 190 219 127
Hex BE DB 7F

RGB Percentages of Color #bedb7f

%35.45
%40.86
%23.69

CMYK Percentages of Color #bedb7f

%13
%0
%42
%14

Triadic Colors of #bedb7f

#bedb7f #7fbedb #db7fbe

Analogous Colors of #bedb7f

#bedb7f #90db7f #dbca7f

Monochromatic Colors of #bedb7f

#bedb7f

Complementary Color

#bedb7f #9c7fdb

#bedb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb7f Color CSS Codes

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

#bedb7f Text Font Color

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

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


#bedb7f Background Color

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

This div background color is #bedb7f


#bedb7f Border Color

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

This div border color is #bedb7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb7f


Comments

No comments written yet.

Please login to write comment.