Color Hex Logo

#bed61d Color Hex

#BED61D
(190,214,29)
0 Favorites   0 Comments

Color spaces of #bed61d

RGB 19021429
HSL0.190.760.48
HSV68°86°84°
CMYK 0.110.000.86   0.16
XYZ45.503559.129010.1771
Yxy59.12900.39630.5150
Hunter Lab76.8954-28.938045.9797
CIE-Lab81.3625-28.519877.1014

#bed61d color RGB value is (190,214,29).

#bed61d hex color red value is 190, green value is 214 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bed61d hue: 0.19 , saturation: 0.76 and the lightness value of bed61d is 0.48.

The process color (four color CMYK) of #bed61d color hex is 0.11, 0.00, 0.86, 0.16. Web safe color of #bed61d is #cccc33. Color #bed61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 00011101
Octal 276 326 35
Decimal 190 214 29
Hex BE D6 1D

RGB Percentages of Color #bed61d

%43.88
%49.42
%6.70

CMYK Percentages of Color #bed61d

%11
%0
%86
%16

Triadic Colors of #bed61d

#bed61d #1dbed6 #d61dbe

Analogous Colors of #bed61d

#bed61d #62d61d #d6921d

Monochromatic Colors of #bed61d

#bed61d

Complementary Color

#bed61d #351dd6

#bed61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed61d Color CSS Codes

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

#bed61d Text Font Color

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

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


#bed61d Background Color

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

This div background color is #bed61d


#bed61d Border Color

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

This div border color is #bed61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed61d


Comments

No comments written yet.

Please login to write comment.