Color Hex Logo

#bcd963 Color Hex

#BCD963
(188,217,99)
0 Favorites   0 Comments

Color spaces of #bcd963

RGB 18821799
HSL0.210.610.62
HSV75°54°85°
CMYK 0.130.000.54   0.15
XYZ47.804061.217921.1011
Yxy61.21790.36740.4705
Hunter Lab78.2419-27.863838.7793
CIE-Lab82.4957-26.921154.0816

#bcd963 color RGB value is (188,217,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 01100011
Octal 274 331 143
Decimal 188 217 99
Hex BC D9 63

RGB Percentages of Color #bcd963

%37.30
%43.06
%19.64

CMYK Percentages of Color #bcd963

%13
%0
%54
%15

Triadic Colors of #bcd963

#bcd963 #63bcd9 #d963bc

Analogous Colors of #bcd963

#bcd963 #81d963 #d9bb63

Monochromatic Colors of #bcd963

#bcd963

Complementary Color

#bcd963 #8063d9

#bcd963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd963 Color CSS Codes

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

#bcd963 Text Font Color

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

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


#bcd963 Background Color

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

This div background color is #bcd963


#bcd963 Border Color

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

This div border color is #bcd963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd963


Comments

No comments written yet.

Please login to write comment.