Color Hex Logo

#bed32e Color Hex

#BED32E
(190,211,46)
0 Favorites   0 Comments

Color spaces of #bed32e

RGB 19021146
HSL0.190.650.50
HSV68°78°83°
CMYK 0.100.000.78   0.17
XYZ45.022657.732911.3554
Yxy57.73290.39460.5059
Hunter Lab75.9822-27.200144.3267
CIE-Lab80.5901-26.573472.3939

#bed32e color RGB value is (190,211,46).

#bed32e hex color red value is 190, green value is 211 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bed32e hue: 0.19 , saturation: 0.65 and the lightness value of bed32e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 00101110
Octal 276 323 56
Decimal 190 211 46
Hex BE D3 2E

RGB Percentages of Color #bed32e

%42.51
%47.20
%10.29

CMYK Percentages of Color #bed32e

%10
%0
%78
%17

Triadic Colors of #bed32e

#bed32e #2ebed3 #d32ebe

Analogous Colors of #bed32e

#bed32e #6cd32e #d3962e

Monochromatic Colors of #bed32e

#bed32e

Complementary Color

#bed32e #432ed3

#bed32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed32e Color CSS Codes

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

#bed32e Text Font Color

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

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


#bed32e Background Color

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

This div background color is #bed32e


#bed32e Border Color

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

This div border color is #bed32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed32e


Comments

No comments written yet.

Please login to write comment.