Color Hex Logo

#bed87e Color Hex

#BED87E
(190,216,126)
0 Favorites   0 Comments

Color spaces of #bed87e

RGB 190216126
HSL0.210.540.67
HSV77°42°85°
CMYK 0.120.000.42   0.15
XYZ49.557061.565229.0100
Yxy61.56520.35360.4393
Hunter Lab78.4635-24.571833.0034
CIE-Lab82.6817-22.920241.4465

#bed87e color RGB value is (190,216,126).

#bed87e hex color red value is 190, green value is 216 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bed87e hue: 0.21 , saturation: 0.54 and the lightness value of bed87e is 0.67.

The process color (four color CMYK) of #bed87e color hex is 0.12, 0.00, 0.42, 0.15. Web safe color of #bed87e is #cccc66. Color #bed87e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 01111110
Octal 276 330 176
Decimal 190 216 126
Hex BE D8 7E

RGB Percentages of Color #bed87e

%35.71
%40.60
%23.68

CMYK Percentages of Color #bed87e

%12
%0
%42
%15

Triadic Colors of #bed87e

#bed87e #7ebed8 #d87ebe

Analogous Colors of #bed87e

#bed87e #91d87e #d8c57e

Monochromatic Colors of #bed87e

#bed87e

Complementary Color

#bed87e #987ed8

#bed87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed87e Color CSS Codes

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

#bed87e Text Font Color

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

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


#bed87e Background Color

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

This div background color is #bed87e


#bed87e Border Color

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

This div border color is #bed87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed87e


Comments

No comments written yet.

Please login to write comment.