Color Hex Logo

#bed861 Color Hex

#BED861
(190,216,97)
0 Favorites   0 Comments

Color spaces of #bed861

RGB 19021697
HSL0.200.600.61
HSV73°55°85°
CMYK 0.120.000.55   0.15
XYZ47.948760.922020.5412
Yxy60.92200.37050.4708
Hunter Lab78.0525-26.937139.0333
CIE-Lab82.3368-25.835254.8404

#bed861 color RGB value is (190,216,97).

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

The process color (four color CMYK) of #bed861 color hex is 0.12, 0.00, 0.55, 0.15. Web safe color of #bed861 is #cccc66. Color #bed861 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 01100001
Octal 276 330 141
Decimal 190 216 97
Hex BE D8 61

RGB Percentages of Color #bed861

%37.77
%42.94
%19.28

CMYK Percentages of Color #bed861

%12
%0
%55
%15

Triadic Colors of #bed861

#bed861 #61bed8 #d861be

Analogous Colors of #bed861

#bed861 #83d861 #d8b761

Monochromatic Colors of #bed861

#bed861

Complementary Color

#bed861 #7b61d8

#bed861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed861 Color CSS Codes

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

#bed861 Text Font Color

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

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


#bed861 Background Color

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

This div background color is #bed861


#bed861 Border Color

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

This div border color is #bed861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed861


Comments

No comments written yet.

Please login to write comment.