Color Hex Logo

#bed846 Color Hex

#BED846
(190,216,70)
0 Favorites   0 Comments

Color spaces of #bed846

RGB 19021670
HSL0.200.650.56
HSV71°68°85°
CMYK 0.120.000.68   0.15
XYZ46.896660.501115.0005
Yxy60.50110.38310.4943
Hunter Lab77.7825-28.498143.0135
CIE-Lab82.1098-27.789665.8600

#bed846 color RGB value is (190,216,70).

#bed846 hex color red value is 190, green value is 216 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bed846 hue: 0.20 , saturation: 0.65 and the lightness value of bed846 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 01000110
Octal 276 330 106
Decimal 190 216 70
Hex BE D8 46

RGB Percentages of Color #bed846

%39.92
%45.38
%14.71

CMYK Percentages of Color #bed846

%12
%0
%68
%15

Triadic Colors of #bed846

#bed846 #46bed8 #d846be

Analogous Colors of #bed846

#bed846 #75d846 #d8a946

Monochromatic Colors of #bed846

#bed846

Complementary Color

#bed846 #6046d8

#bed846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed846 Color CSS Codes

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

#bed846 Text Font Color

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

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


#bed846 Background Color

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

This div background color is #bed846


#bed846 Border Color

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

This div border color is #bed846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed846


Comments

No comments written yet.

Please login to write comment.