Color Hex Logo

#bed340 Color Hex

#BED340
(190,211,64)
0 Favorites   0 Comments

Color spaces of #bed340

RGB 19021164
HSL0.190.630.54
HSV69°70°83°
CMYK 0.100.000.70   0.17
XYZ45.454957.905813.6317
Yxy57.90580.38850.4950
Hunter Lab76.0959-26.543042.6460
CIE-Lab80.6864-25.745166.6485

#bed340 color RGB value is (190,211,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 01000000
Octal 276 323 100
Decimal 190 211 64
Hex BE D3 40

RGB Percentages of Color #bed340

%40.86
%45.38
%13.76

CMYK Percentages of Color #bed340

%10
%0
%70
%17

Triadic Colors of #bed340

#bed340 #40bed3 #d340be

Analogous Colors of #bed340

#bed340 #75d340 #d39f40

Monochromatic Colors of #bed340

#bed340

Complementary Color

#bed340 #5540d3

#bed340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed340 Color CSS Codes

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

#bed340 Text Font Color

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

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


#bed340 Background Color

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

This div background color is #bed340


#bed340 Border Color

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

This div border color is #bed340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed340


Comments

No comments written yet.

Please login to write comment.