Color Hex Logo

#bed43e Color Hex

#BED43E
(190,212,62)
0 Favorites   0 Comments

Color spaces of #bed43e

RGB 19021262
HSL0.190.640.54
HSV69°71°83°
CMYK 0.100.000.71   0.17
XYZ45.648258.381913.4204
Yxy58.38190.38870.4971
Hunter Lab76.4080-27.073443.0719
CIE-Lab80.9507-26.330667.6237

#bed43e color RGB value is (190,212,62).

#bed43e hex color red value is 190, green value is 212 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bed43e hue: 0.19 , saturation: 0.64 and the lightness value of bed43e is 0.54.

The process color (four color CMYK) of #bed43e color hex is 0.10, 0.00, 0.71, 0.17. Web safe color of #bed43e is #cccc33. Color #bed43e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 00111110
Octal 276 324 76
Decimal 190 212 62
Hex BE D4 3E

RGB Percentages of Color #bed43e

%40.95
%45.69
%13.36

CMYK Percentages of Color #bed43e

%10
%0
%71
%17

Triadic Colors of #bed43e

#bed43e #3ebed4 #d43ebe

Analogous Colors of #bed43e

#bed43e #73d43e #d49f3e

Monochromatic Colors of #bed43e

#bed43e

Complementary Color

#bed43e #543ed4

#bed43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed43e Color CSS Codes

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

#bed43e Text Font Color

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

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


#bed43e Background Color

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

This div background color is #bed43e


#bed43e Border Color

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

This div border color is #bed43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed43e


Comments

No comments written yet.

Please login to write comment.