Color Hex Logo

#bcd776 Color Hex

#BCD776
(188,215,118)
0 Favorites   0 Comments

Color spaces of #bcd776

RGB 188215118
HSL0.210.550.65
HSV77°45°84°
CMYK 0.130.000.45   0.16
XYZ48.309560.600226.2904
Yxy60.60020.35730.4482
Hunter Lab77.8461-25.457834.4687
CIE-Lab82.1633-24.091744.7071

#bcd776 color RGB value is (188,215,118).

#bcd776 hex color red value is 188, green value is 215 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bcd776 hue: 0.21 , saturation: 0.55 and the lightness value of bcd776 is 0.65.

The process color (four color CMYK) of #bcd776 color hex is 0.13, 0.00, 0.45, 0.16. Web safe color of #bcd776 is #cccc66. Color #bcd776 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 01110110
Octal 274 327 166
Decimal 188 215 118
Hex BC D7 76

RGB Percentages of Color #bcd776

%36.08
%41.27
%22.65

CMYK Percentages of Color #bcd776

%13
%0
%45
%16

Triadic Colors of #bcd776

#bcd776 #76bcd7 #d776bc

Analogous Colors of #bcd776

#bcd776 #8cd776 #d7c276

Monochromatic Colors of #bcd776

#bcd776

Complementary Color

#bcd776 #9176d7

#bcd776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd776 Color CSS Codes

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

#bcd776 Text Font Color

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

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


#bcd776 Background Color

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

This div background color is #bcd776


#bcd776 Border Color

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

This div border color is #bcd776


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,215,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd776


Comments

No comments written yet.

Please login to write comment.