Color Hex Logo

#bed30a Color Hex

#BED30A
(190,211,10)
0 Favorites   0 Comments

Color spaces of #bed30a

RGB 19021110
HSL0.180.910.43
HSV66°95°83°
CMYK 0.100.000.95   0.17
XYZ44.584357.55769.0470
Yxy57.55760.40100.5177
Hunter Lab75.8667-27.868446.0365
CIE-Lab80.4922-27.420579.0932

#bed30a color RGB value is (190,211,10).

#bed30a hex color red value is 190, green value is 211 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bed30a hue: 0.18 , saturation: 0.91 and the lightness value of bed30a is 0.43.

The process color (four color CMYK) of #bed30a color hex is 0.10, 0.00, 0.95, 0.17. Web safe color of #bed30a is #cccc00. Color #bed30a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 00001010
Octal 276 323 12
Decimal 190 211 10
Hex BE D3 A

RGB Percentages of Color #bed30a

%46.23
%51.34
%2.43

CMYK Percentages of Color #bed30a

%10
%0
%95
%17

Triadic Colors of #bed30a

#bed30a #0abed3 #d30abe

Analogous Colors of #bed30a

#bed30a #59d30a #d3840a

Monochromatic Colors of #bed30a

#bed30a

Complementary Color

#bed30a #1f0ad3

#bed30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed30a Color CSS Codes

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

#bed30a Text Font Color

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

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


#bed30a Background Color

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

This div background color is #bed30a


#bed30a Border Color

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

This div border color is #bed30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed30a


Comments

No comments written yet.

Please login to write comment.