Color Hex Logo

#bed663 Color Hex

#BED663
(190,214,99)
0 Favorites   0 Comments

Color spaces of #bed663

RGB 19021499
HSL0.200.580.61
HSV73°54°84°
CMYK 0.110.000.54   0.16
XYZ47.533959.941120.8689
Yxy59.94110.37040.4670
Hunter Lab77.4216-25.895738.2136
CIE-Lab81.8062-24.699153.3188

#bed663 color RGB value is (190,214,99).

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

The process color (four color CMYK) of #bed663 color hex is 0.11, 0.00, 0.54, 0.16. Web safe color of #bed663 is #cccc66. Color #bed663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 01100011
Octal 276 326 143
Decimal 190 214 99
Hex BE D6 63

RGB Percentages of Color #bed663

%37.77
%42.54
%19.68

CMYK Percentages of Color #bed663

%11
%0
%54
%16

Triadic Colors of #bed663

#bed663 #63bed6 #d663be

Analogous Colors of #bed663

#bed663 #85d663 #d6b563

Monochromatic Colors of #bed663

#bed663

Complementary Color

#bed663 #7b63d6

#bed663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed663 Color CSS Codes

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

#bed663 Text Font Color

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

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


#bed663 Background Color

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

This div background color is #bed663


#bed663 Border Color

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

This div border color is #bed663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed663


Comments

No comments written yet.

Please login to write comment.