Color Hex Logo

#bed14e Color Hex

#BED14E
(190,209,78)
0 Favorites   0 Comments

Color spaces of #bed14e

RGB 19020978
HSL0.190.590.56
HSV69°63°82°
CMYK 0.090.000.63   0.18
XYZ45.410857.098115.8354
Yxy57.09810.38370.4825
Hunter Lab75.5633-24.963740.4692
CIE-Lab80.2347-23.924860.7452

#bed14e color RGB value is (190,209,78).

#bed14e hex color red value is 190, green value is 209 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bed14e hue: 0.19 , saturation: 0.59 and the lightness value of bed14e is 0.56.

The process color (four color CMYK) of #bed14e color hex is 0.09, 0.00, 0.63, 0.18. Web safe color of #bed14e is #cccc66. Color #bed14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 01001110
Octal 276 321 116
Decimal 190 209 78
Hex BE D1 4E

RGB Percentages of Color #bed14e

%39.83
%43.82
%16.35

CMYK Percentages of Color #bed14e

%9
%0
%63
%18

Triadic Colors of #bed14e

#bed14e #4ebed1 #d14ebe

Analogous Colors of #bed14e

#bed14e #7dd14e #d1a34e

Monochromatic Colors of #bed14e

#bed14e

Complementary Color

#bed14e #614ed1

#bed14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed14e Color CSS Codes

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

#bed14e Text Font Color

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

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


#bed14e Background Color

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

This div background color is #bed14e


#bed14e Border Color

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

This div border color is #bed14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed14e


Comments

No comments written yet.

Please login to write comment.