Color Hex Logo

#bedf8d Color Hex

#BEDF8D
(190,223,141)
0 Favorites   0 Comments

Color spaces of #bedf8d

RGB 190223141
HSL0.230.560.71
HSV84°37°87°
CMYK 0.150.000.37   0.13
XYZ52.430665.645635.1068
Yxy65.64560.34230.4285
Hunter Lab81.0220-26.278331.0250
CIE-Lab84.8153-24.484336.6765

#bedf8d color RGB value is (190,223,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10001101
Octal 276 337 215
Decimal 190 223 141
Hex BE DF 8D

RGB Percentages of Color #bedf8d

%34.30
%40.25
%25.45

CMYK Percentages of Color #bedf8d

%15
%0
%37
%13

Triadic Colors of #bedf8d

#bedf8d #8dbedf #df8dbe

Analogous Colors of #bedf8d

#bedf8d #95df8d #dfd78d

Monochromatic Colors of #bedf8d

#bedf8d

Complementary Color

#bedf8d #ae8ddf

#bedf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf8d Color CSS Codes

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

#bedf8d Text Font Color

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

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


#bedf8d Background Color

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

This div background color is #bedf8d


#bedf8d Border Color

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

This div border color is #bedf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf8d


Comments

No comments written yet.

Please login to write comment.