Color Hex Logo

#bcd147 Color Hex

#BCD147
(188,209,71)
0 Favorites   0 Comments

Color spaces of #bcd147

RGB 18820971
HSL0.190.600.55
HSV69°66°82°
CMYK 0.100.000.66   0.18
XYZ44.676856.747214.5598
Yxy56.74720.38520.4893
Hunter Lab75.3307-25.964841.2720
CIE-Lab80.0372-25.190863.3082

#bcd147 color RGB value is (188,209,71).

#bcd147 hex color red value is 188, green value is 209 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bcd147 hue: 0.19 , saturation: 0.60 and the lightness value of bcd147 is 0.55.

The process color (four color CMYK) of #bcd147 color hex is 0.10, 0.00, 0.66, 0.18. Web safe color of #bcd147 is #cccc33. Color #bcd147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 01000111
Octal 274 321 107
Decimal 188 209 71
Hex BC D1 47

RGB Percentages of Color #bcd147

%40.17
%44.66
%15.17

CMYK Percentages of Color #bcd147

%10
%0
%66
%18

Triadic Colors of #bcd147

#bcd147 #47bcd1 #d147bc

Analogous Colors of #bcd147

#bcd147 #77d147 #d1a147

Monochromatic Colors of #bcd147

#bcd147

Complementary Color

#bcd147 #5c47d1

#bcd147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd147 Color CSS Codes

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

#bcd147 Text Font Color

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

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


#bcd147 Background Color

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

This div background color is #bcd147


#bcd147 Border Color

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

This div border color is #bcd147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd147


Comments

No comments written yet.

Please login to write comment.