Color Hex Logo

#bed42e Color Hex

#BED42E
(190,212,46)
0 Favorites   0 Comments

Color spaces of #bed42e

RGB 19021246
HSL0.190.660.51
HSV68°78°83°
CMYK 0.100.000.78   0.17
XYZ45.271858.231411.4385
Yxy58.23140.39390.5066
Hunter Lab76.3095-27.643744.5293
CIE-Lab80.8673-27.050472.6427

#bed42e color RGB value is (190,212,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 00101110
Octal 276 324 56
Decimal 190 212 46
Hex BE D4 2E

RGB Percentages of Color #bed42e

%42.41
%47.32
%10.27

CMYK Percentages of Color #bed42e

%10
%0
%78
%17

Triadic Colors of #bed42e

#bed42e #2ebed4 #d42ebe

Analogous Colors of #bed42e

#bed42e #6bd42e #d4972e

Monochromatic Colors of #bed42e

#bed42e

Complementary Color

#bed42e #442ed4

#bed42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed42e Color CSS Codes

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

#bed42e Text Font Color

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

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


#bed42e Background Color

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

This div background color is #bed42e


#bed42e Border Color

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

This div border color is #bed42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed42e


Comments

No comments written yet.

Please login to write comment.