Color Hex Logo

#bcc727 Color Hex

#BCC727
(188,199,39)
0 Favorites   0 Comments

Color spaces of #bcc727

RGB 18819939
HSL0.180.670.47
HSV64°80°78°
CMYK 0.060.000.80   0.22
XYZ41.528751.68479.7068
Yxy51.68470.40350.5022
Hunter Lab71.8921-22.700042.3192
CIE-Lab77.0919-21.850171.1586

#bcc727 color RGB value is (188,199,39).

#bcc727 hex color red value is 188, green value is 199 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bcc727 hue: 0.18 , saturation: 0.67 and the lightness value of bcc727 is 0.47.

The process color (four color CMYK) of #bcc727 color hex is 0.06, 0.00, 0.80, 0.22. Web safe color of #bcc727 is #cccc33. Color #bcc727 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 00100111
Octal 274 307 47
Decimal 188 199 39
Hex BC C7 27

RGB Percentages of Color #bcc727

%44.13
%46.71
%9.15

CMYK Percentages of Color #bcc727

%6
%0
%80
%22

Triadic Colors of #bcc727

#bcc727 #27bcc7 #c727bc

Analogous Colors of #bcc727

#bcc727 #6cc727 #c78227

Monochromatic Colors of #bcc727

#bcc727

Complementary Color

#bcc727 #3227c7

#bcc727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc727 Color CSS Codes

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

#bcc727 Text Font Color

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

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


#bcc727 Background Color

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

This div background color is #bcc727


#bcc727 Border Color

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

This div border color is #bcc727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc727


Comments

No comments written yet.

Please login to write comment.