Color Hex Logo

#bed88e Color Hex

#BED88E
(190,216,142)
0 Favorites   0 Comments

Color spaces of #bed88e

RGB 190216142
HSL0.230.490.70
HSV81°34°85°
CMYK 0.120.000.34   0.15
XYZ50.673662.011934.8899
Yxy62.01190.34340.4202
Hunter Lab78.7476-22.944828.8543
CIE-Lab82.9197-20.946433.6913

#bed88e color RGB value is (190,216,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 10001110
Octal 276 330 216
Decimal 190 216 142
Hex BE D8 8E

RGB Percentages of Color #bed88e

%34.67
%39.42
%25.91

CMYK Percentages of Color #bed88e

%12
%0
%34
%15

Triadic Colors of #bed88e

#bed88e #8ebed8 #d88ebe

Analogous Colors of #bed88e

#bed88e #99d88e #d8cd8e

Monochromatic Colors of #bed88e

#bed88e

Complementary Color

#bed88e #a88ed8

#bed88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed88e Color CSS Codes

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

#bed88e Text Font Color

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

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


#bed88e Background Color

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

This div background color is #bed88e


#bed88e Border Color

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

This div border color is #bed88e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,216,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 #bed88e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed88e


Comments

No comments written yet.

Please login to write comment.