Color Hex Logo

#bedf6f Color Hex

#BEDF6F
(190,223,111)
0 Favorites   0 Comments

Color spaces of #bedf6f

RGB 190223111
HSL0.220.640.65
HSV78°50°87°
CMYK 0.150.000.50   0.13
XYZ50.492164.870224.8989
Yxy64.87020.36000.4625
Hunter Lab80.5420-29.046338.0504
CIE-Lab84.4168-27.883950.8295

#bedf6f color RGB value is (190,223,111).

#bedf6f hex color red value is 190, green value is 223 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bedf6f hue: 0.22 , saturation: 0.64 and the lightness value of bedf6f is 0.65.

The process color (four color CMYK) of #bedf6f color hex is 0.15, 0.00, 0.50, 0.13. Web safe color of #bedf6f is #cccc66. Color #bedf6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 01101111
Octal 276 337 157
Decimal 190 223 111
Hex BE DF 6F

RGB Percentages of Color #bedf6f

%36.26
%42.56
%21.18

CMYK Percentages of Color #bedf6f

%15
%0
%50
%13

Triadic Colors of #bedf6f

#bedf6f #6fbedf #df6fbe

Analogous Colors of #bedf6f

#bedf6f #86df6f #dfc86f

Monochromatic Colors of #bedf6f

#bedf6f

Complementary Color

#bedf6f #906fdf

#bedf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf6f Color CSS Codes

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

#bedf6f Text Font Color

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

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


#bedf6f Background Color

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

This div background color is #bedf6f


#bedf6f Border Color

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

This div border color is #bedf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf6f


Comments

No comments written yet.

Please login to write comment.