Color Hex Logo

#bcd727 Color Hex

#BCD727
(188,215,39)
0 Favorites   0 Comments

Color spaces of #bcd727

RGB 18821539
HSL0.190.690.50
HSV69°82°84°
CMYK 0.130.000.82   0.16
XYZ45.405759.438710.9991
Yxy59.43870.39200.5131
Hunter Lab77.0965-29.792045.5088
CIE-Lab81.5321-29.531775.0133

#bcd727 color RGB value is (188,215,39).

#bcd727 hex color red value is 188, green value is 215 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bcd727 hue: 0.19 , saturation: 0.69 and the lightness value of bcd727 is 0.50.

The process color (four color CMYK) of #bcd727 color hex is 0.13, 0.00, 0.82, 0.16. Web safe color of #bcd727 is #cccc33. Color #bcd727 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 00100111
Octal 274 327 47
Decimal 188 215 39
Hex BC D7 27

RGB Percentages of Color #bcd727

%42.53
%48.64
%8.82

CMYK Percentages of Color #bcd727

%13
%0
%82
%16

Triadic Colors of #bcd727

#bcd727 #27bcd7 #d727bc

Analogous Colors of #bcd727

#bcd727 #64d727 #d79a27

Monochromatic Colors of #bcd727

#bcd727

Complementary Color

#bcd727 #4227d7

#bcd727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd727 Color CSS Codes

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

#bcd727 Text Font Color

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

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


#bcd727 Background Color

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

This div background color is #bcd727


#bcd727 Border Color

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

This div border color is #bcd727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd727


Comments

No comments written yet.

Please login to write comment.