Color Hex Logo

#bed963 Color Hex

#BED963
(190,217,99)
0 Favorites   0 Comments

Color spaces of #bed963

RGB 19021799
HSL0.200.610.62
HSV74°54°85°
CMYK 0.120.000.54   0.15
XYZ48.300261.473721.1243
Yxy61.47370.36900.4696
Hunter Lab78.4052-27.247138.9094
CIE-Lab82.6327-26.140654.2754

#bed963 color RGB value is (190,217,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 01100011
Octal 276 331 143
Decimal 190 217 99
Hex BE D9 63

RGB Percentages of Color #bed963

%37.55
%42.89
%19.57

CMYK Percentages of Color #bed963

%12
%0
%54
%15

Triadic Colors of #bed963

#bed963 #63bed9 #d963be

Analogous Colors of #bed963

#bed963 #83d963 #d9b963

Monochromatic Colors of #bed963

#bed963

Complementary Color

#bed963 #7e63d9

#bed963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed963 Color CSS Codes

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

#bed963 Text Font Color

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

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


#bed963 Background Color

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

This div background color is #bed963


#bed963 Border Color

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

This div border color is #bed963


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,217,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 #bed963">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed963


Comments

No comments written yet.

Please login to write comment.