Color Hex Logo

#bcd847 Color Hex

#BCD847
(188,216,71)
0 Favorites   0 Comments

Color spaces of #bcd847

RGB 18821671
HSL0.200.650.56
HSV72°67°85°
CMYK 0.130.000.67   0.15
XYZ46.432260.258015.1450
Yxy60.25800.38110.4946
Hunter Lab77.6260-29.075342.7706
CIE-Lab81.9782-28.530965.3025

#bcd847 color RGB value is (188,216,71).

#bcd847 hex color red value is 188, green value is 216 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bcd847 hue: 0.20 , saturation: 0.65 and the lightness value of bcd847 is 0.56.

The process color (four color CMYK) of #bcd847 color hex is 0.13, 0.00, 0.67, 0.15. Web safe color of #bcd847 is #cccc33. Color #bcd847 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011000 01000111
Octal 274 330 107
Decimal 188 216 71
Hex BC D8 47

RGB Percentages of Color #bcd847

%39.58
%45.47
%14.95

CMYK Percentages of Color #bcd847

%13
%0
%67
%15

Triadic Colors of #bcd847

#bcd847 #47bcd8 #d847bc

Analogous Colors of #bcd847

#bcd847 #74d847 #d8ac47

Monochromatic Colors of #bcd847

#bcd847

Complementary Color

#bcd847 #6347d8

#bcd847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd847 Color CSS Codes

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

#bcd847 Text Font Color

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

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


#bcd847 Background Color

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

This div background color is #bcd847


#bcd847 Border Color

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

This div border color is #bcd847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd847


Comments

No comments written yet.

Please login to write comment.