Color Hex Logo

#bed99d Color Hex

#BED99D
(190,217,157)
0 Favorites   0 Comments

Color spaces of #bed99d

RGB 190217157
HSL0.240.440.73
HSV87°28°85°
CMYK 0.120.000.28   0.15
XYZ52.133963.007241.3121
Yxy63.00720.33320.4027
Hunter Lab79.3771-21.673224.7062
CIE-Lab83.4462-19.357826.6699

#bed99d color RGB value is (190,217,157).

#bed99d hex color red value is 190, green value is 217 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bed99d hue: 0.24 , saturation: 0.44 and the lightness value of bed99d is 0.73.

The process color (four color CMYK) of #bed99d color hex is 0.12, 0.00, 0.28, 0.15. Web safe color of #bed99d is #cccc99. Color #bed99d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 10011101
Octal 276 331 235
Decimal 190 217 157
Hex BE D9 9D

RGB Percentages of Color #bed99d

%33.69
%38.48
%27.84

CMYK Percentages of Color #bed99d

%12
%0
%28
%15

Triadic Colors of #bed99d

#bed99d #9dbed9 #d99dbe

Analogous Colors of #bed99d

#bed99d #a0d99d #d9d69d

Monochromatic Colors of #bed99d

#bed99d

Complementary Color

#bed99d #b89dd9

#bed99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed99d Color CSS Codes

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

#bed99d Text Font Color

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

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


#bed99d Background Color

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

This div background color is #bed99d


#bed99d Border Color

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

This div border color is #bed99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed99d


Comments

No comments written yet.

Please login to write comment.