Color Hex Logo

#bed96e Color Hex

#BED96E
(190,217,110)
0 Favorites   0 Comments

Color spaces of #bed96e

RGB 190217110
HSL0.210.580.64
HSV75°49°85°
CMYK 0.120.000.49   0.15
XYZ48.862561.698624.0856
Yxy61.69860.36290.4582
Hunter Lab78.5485-26.420636.8036
CIE-Lab82.7529-25.116049.3071

#bed96e color RGB value is (190,217,110).

#bed96e hex color red value is 190, green value is 217 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bed96e hue: 0.21 , saturation: 0.58 and the lightness value of bed96e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 01101110
Octal 276 331 156
Decimal 190 217 110
Hex BE D9 6E

RGB Percentages of Color #bed96e

%36.75
%41.97
%21.28

CMYK Percentages of Color #bed96e

%12
%0
%49
%15

Triadic Colors of #bed96e

#bed96e #6ebed9 #d96ebe

Analogous Colors of #bed96e

#bed96e #89d96e #d9bf6e

Monochromatic Colors of #bed96e

#bed96e

Complementary Color

#bed96e #896ed9

#bed96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed96e Color CSS Codes

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

#bed96e Text Font Color

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

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


#bed96e Background Color

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

This div background color is #bed96e


#bed96e Border Color

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

This div border color is #bed96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed96e


Comments

No comments written yet.

Please login to write comment.