Color Hex Logo

#bcd149 Color Hex

#BCD149
(188,209,73)
0 Favorites   0 Comments

Color spaces of #bcd149

RGB 18820973
HSL0.190.600.55
HSV69°65°82°
CMYK 0.100.000.65   0.18
XYZ44.742156.773314.9035
Yxy56.77330.38430.4877
Hunter Lab75.3481-25.864841.0164
CIE-Lab80.0519-25.064962.5351

#bcd149 color RGB value is (188,209,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 01001001
Octal 274 321 111
Decimal 188 209 73
Hex BC D1 49

RGB Percentages of Color #bcd149

%40.00
%44.47
%15.53

CMYK Percentages of Color #bcd149

%10
%0
%65
%18

Triadic Colors of #bcd149

#bcd149 #49bcd1 #d149bc

Analogous Colors of #bcd149

#bcd149 #78d149 #d1a249

Monochromatic Colors of #bcd149

#bcd149

Complementary Color

#bcd149 #5e49d1

#bcd149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd149 Color CSS Codes

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

#bcd149 Text Font Color

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

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


#bcd149 Background Color

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

This div background color is #bcd149


#bcd149 Border Color

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

This div border color is #bcd149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd149


Comments

No comments written yet.

Please login to write comment.