Color Hex Logo

#bed30f Color Hex

#BED30F
(190,211,15)
0 Favorites   0 Comments

Color spaces of #bed30f

RGB 19021115
HSL0.180.870.44
HSV66°93°83°
CMYK 0.100.000.93   0.17
XYZ44.615757.57029.2126
Yxy57.57020.40050.5168
Hunter Lab75.8750-27.820545.9136
CIE-Lab80.4992-27.359678.5761

#bed30f color RGB value is (190,211,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 00001111
Octal 276 323 17
Decimal 190 211 15
Hex BE D3 F

RGB Percentages of Color #bed30f

%45.67
%50.72
%3.61

CMYK Percentages of Color #bed30f

%10
%0
%93
%17

Triadic Colors of #bed30f

#bed30f #0fbed3 #d30fbe

Analogous Colors of #bed30f

#bed30f #5cd30f #d3860f

Monochromatic Colors of #bed30f

#bed30f

Complementary Color

#bed30f #240fd3

#bed30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed30f Color CSS Codes

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

#bed30f Text Font Color

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

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


#bed30f Background Color

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

This div background color is #bed30f


#bed30f Border Color

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

This div border color is #bed30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed30f


Comments

No comments written yet.

Please login to write comment.