Color Hex Logo

#bedf2e Color Hex

#BEDF2E
(190,223,46)
0 Favorites   0 Comments

Color spaces of #bedf2e

RGB 19022346
HSL0.200.730.53
HSV71°79°87°
CMYK 0.150.000.79   0.13
XYZ48.116063.919812.3865
Yxy63.91980.38670.5137
Hunter Lab79.9499-32.486146.7792
CIE-Lab83.9240-32.214275.3748

#bedf2e color RGB value is (190,223,46).

#bedf2e hex color red value is 190, green value is 223 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bedf2e hue: 0.20 , saturation: 0.73 and the lightness value of bedf2e is 0.53.

The process color (four color CMYK) of #bedf2e color hex is 0.15, 0.00, 0.79, 0.13. Web safe color of #bedf2e is #cccc33. Color #bedf2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 00101110
Octal 276 337 56
Decimal 190 223 46
Hex BE DF 2E

RGB Percentages of Color #bedf2e

%41.39
%48.58
%10.02

CMYK Percentages of Color #bedf2e

%15
%0
%79
%13

Triadic Colors of #bedf2e

#bedf2e #2ebedf #df2ebe

Analogous Colors of #bedf2e

#bedf2e #66df2e #dfa82e

Monochromatic Colors of #bedf2e

#bedf2e

Complementary Color

#bedf2e #4f2edf

#bedf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf2e Color CSS Codes

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

#bedf2e Text Font Color

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

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


#bedf2e Background Color

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

This div background color is #bedf2e


#bedf2e Border Color

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

This div border color is #bedf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf2e


Comments

No comments written yet.

Please login to write comment.