Color Hex Logo

#bcd178 Color Hex

#BCD178
(188,209,120)
0 Favorites   0 Comments

Color spaces of #bcd178

RGB 188209120
HSL0.210.490.65
HSV74°43°82°
CMYK 0.100.000.43   0.18
XYZ46.929757.648426.4231
Yxy57.64840.35820.4401
Hunter Lab75.9265-22.541832.5151
CIE-Lab80.5429-20.942841.7041

#bcd178 color RGB value is (188,209,120).

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

The process color (four color CMYK) of #bcd178 color hex is 0.10, 0.00, 0.43, 0.18. Web safe color of #bcd178 is #cccc66. Color #bcd178 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 01111000
Octal 274 321 170
Decimal 188 209 120
Hex BC D1 78

RGB Percentages of Color #bcd178

%36.36
%40.43
%23.21

CMYK Percentages of Color #bcd178

%10
%0
%43
%18

Triadic Colors of #bcd178

#bcd178 #78bcd1 #d178bc

Analogous Colors of #bcd178

#bcd178 #90d178 #d1ba78

Monochromatic Colors of #bcd178

#bcd178

Complementary Color

#bcd178 #8d78d1

#bcd178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd178 Color CSS Codes

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

#bcd178 Text Font Color

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

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


#bcd178 Background Color

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

This div background color is #bcd178


#bcd178 Border Color

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

This div border color is #bcd178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd178


Comments

No comments written yet.

Please login to write comment.