Color Hex Logo

#bed04e Color Hex

#BED04E
(190,208,78)
0 Favorites   0 Comments

Color spaces of #bed04e

RGB 19020878
HSL0.190.580.56
HSV68°63°82°
CMYK 0.090.000.63   0.18
XYZ45.166256.609015.7538
Yxy56.60900.38430.4817
Hunter Lab75.2390-24.514040.2529
CIE-Lab79.9592-23.440160.4511

#bed04e color RGB value is (190,208,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 01001110
Octal 276 320 116
Decimal 190 208 78
Hex BE D0 4E

RGB Percentages of Color #bed04e

%39.92
%43.70
%16.39

CMYK Percentages of Color #bed04e

%9
%0
%63
%18

Triadic Colors of #bed04e

#bed04e #4ebed0 #d04ebe

Analogous Colors of #bed04e

#bed04e #7dd04e #d0a14e

Monochromatic Colors of #bed04e

#bed04e

Complementary Color

#bed04e #604ed0

#bed04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed04e Color CSS Codes

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

#bed04e Text Font Color

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

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


#bed04e Background Color

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

This div background color is #bed04e


#bed04e Border Color

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

This div border color is #bed04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed04e


Comments

No comments written yet.

Please login to write comment.