Color Hex Logo

#bed95e Color Hex

#BED95E
(190,217,94)
0 Favorites   0 Comments

Color spaces of #bed95e

RGB 19021794
HSL0.200.620.61
HSV73°57°85°
CMYK 0.120.000.57   0.15
XYZ48.068461.381019.9039
Yxy61.38100.37160.4745
Hunter Lab78.3460-27.588739.7795
CIE-Lab82.5831-26.566156.4639

#bed95e color RGB value is (190,217,94).

#bed95e hex color red value is 190, green value is 217 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bed95e hue: 0.20 , saturation: 0.62 and the lightness value of bed95e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 01011110
Octal 276 331 136
Decimal 190 217 94
Hex BE D9 5E

RGB Percentages of Color #bed95e

%37.92
%43.31
%18.76

CMYK Percentages of Color #bed95e

%12
%0
%57
%15

Triadic Colors of #bed95e

#bed95e #5ebed9 #d95ebe

Analogous Colors of #bed95e

#bed95e #81d95e #d9b75e

Monochromatic Colors of #bed95e

#bed95e

Complementary Color

#bed95e #795ed9

#bed95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed95e Color CSS Codes

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

#bed95e Text Font Color

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

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


#bed95e Background Color

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

This div background color is #bed95e


#bed95e Border Color

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

This div border color is #bed95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed95e


Comments

No comments written yet.

Please login to write comment.