Color Hex Logo

#bedf8e Color Hex

#BEDF8E
(190,223,142)
0 Favorites   0 Comments

Color spaces of #bedf8e

RGB 190223142
HSL0.230.560.72
HSV84°36°87°
CMYK 0.150.000.36   0.13
XYZ52.505465.675535.5005
Yxy65.67550.34170.4273
Hunter Lab81.0404-26.172130.7558
CIE-Lab84.8306-24.355436.1921

#bedf8e color RGB value is (190,223,142).

#bedf8e hex color red value is 190, green value is 223 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bedf8e hue: 0.23 , saturation: 0.56 and the lightness value of bedf8e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10001110
Octal 276 337 216
Decimal 190 223 142
Hex BE DF 8E

RGB Percentages of Color #bedf8e

%34.23
%40.18
%25.59

CMYK Percentages of Color #bedf8e

%15
%0
%36
%13

Triadic Colors of #bedf8e

#bedf8e #8ebedf #df8ebe

Analogous Colors of #bedf8e

#bedf8e #96df8e #dfd88e

Monochromatic Colors of #bedf8e

#bedf8e

Complementary Color

#bedf8e #af8edf

#bedf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf8e Color CSS Codes

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

#bedf8e Text Font Color

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

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


#bedf8e Background Color

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

This div background color is #bedf8e


#bedf8e Border Color

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

This div border color is #bedf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf8e


Comments

No comments written yet.

Please login to write comment.