Color Hex Logo

#bedf9f Color Hex

#BEDF9F
(190,223,159)
0 Favorites   0 Comments

Color spaces of #bedf9f

RGB 190223159
HSL0.250.500.75
HSV91°29°87°
CMYK 0.150.000.29   0.13
XYZ53.880966.225742.7439
Yxy66.22570.33090.4067
Hunter Lab81.3792-24.229325.8237
CIE-Lab85.1114-22.013927.8872

#bedf9f color RGB value is (190,223,159).

#bedf9f hex color red value is 190, green value is 223 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bedf9f hue: 0.25 , saturation: 0.50 and the lightness value of bedf9f is 0.75.

The process color (four color CMYK) of #bedf9f color hex is 0.15, 0.00, 0.29, 0.13. Web safe color of #bedf9f is #cccc99. Color #bedf9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10011111
Octal 276 337 237
Decimal 190 223 159
Hex BE DF 9F

RGB Percentages of Color #bedf9f

%33.22
%38.99
%27.80

CMYK Percentages of Color #bedf9f

%15
%0
%29
%13

Triadic Colors of #bedf9f

#bedf9f #9fbedf #df9fbe

Analogous Colors of #bedf9f

#bedf9f #9fdfa0 #dedf9f

Monochromatic Colors of #bedf9f

#bedf9f

Complementary Color

#bedf9f #c09fdf

#bedf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf9f Color CSS Codes

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

#bedf9f Text Font Color

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

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


#bedf9f Background Color

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

This div background color is #bedf9f


#bedf9f Border Color

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

This div border color is #bedf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf9f


Comments

No comments written yet.

Please login to write comment.