Color Hex Logo

#bed83b Color Hex

#BED83B
(190,216,59)
0 Favorites   0 Comments

Color spaces of #bed83b

RGB 19021659
HSL0.190.670.54
HSV70°73°85°
CMYK 0.120.000.73   0.15
XYZ46.580560.374713.3361
Yxy60.37470.38720.5019
Hunter Lab77.7012-28.969444.2147
CIE-Lab82.0414-28.384669.7132

#bed83b color RGB value is (190,216,59).

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

The process color (four color CMYK) of #bed83b color hex is 0.12, 0.00, 0.73, 0.15. Web safe color of #bed83b is #cccc33. Color #bed83b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 00111011
Octal 276 330 73
Decimal 190 216 59
Hex BE D8 3B

RGB Percentages of Color #bed83b

%40.86
%46.45
%12.69

CMYK Percentages of Color #bed83b

%12
%0
%73
%15

Triadic Colors of #bed83b

#bed83b #3bbed8 #d83bbe

Analogous Colors of #bed83b

#bed83b #70d83b #d8a43b

Monochromatic Colors of #bed83b

#bed83b

Complementary Color

#bed83b #553bd8

#bed83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed83b Color CSS Codes

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

#bed83b Text Font Color

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

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


#bed83b Background Color

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

This div background color is #bed83b


#bed83b Border Color

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

This div border color is #bed83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed83b


Comments

No comments written yet.

Please login to write comment.