Color Hex Logo

#bcc61f Color Hex

#BCC61F
(188,198,31)
0 Favorites   0 Comments

Color spaces of #bcc61f

RGB 18819831
HSL0.180.730.45
HSV64°84°78°
CMYK 0.050.000.84   0.22
XYZ41.180451.17859.0043
Yxy51.17850.40630.5049
Hunter Lab71.5392-22.442842.6148
CIE-Lab76.7870-21.599572.8425

#bcc61f color RGB value is (188,198,31).

#bcc61f hex color red value is 188, green value is 198 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bcc61f hue: 0.18 , saturation: 0.73 and the lightness value of bcc61f is 0.45.

The process color (four color CMYK) of #bcc61f color hex is 0.05, 0.00, 0.84, 0.22. Web safe color of #bcc61f is #cccc33. Color #bcc61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 00011111
Octal 274 306 37
Decimal 188 198 31
Hex BC C6 1F

RGB Percentages of Color #bcc61f

%45.08
%47.48
%7.43

CMYK Percentages of Color #bcc61f

%5
%0
%84
%22

Triadic Colors of #bcc61f

#bcc61f #1fbcc6 #c61fbc

Analogous Colors of #bcc61f

#bcc61f #69c61f #c67d1f

Monochromatic Colors of #bcc61f

#bcc61f

Complementary Color

#bcc61f #291fc6

#bcc61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc61f Color CSS Codes

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

#bcc61f Text Font Color

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

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


#bcc61f Background Color

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

This div background color is #bcc61f


#bcc61f Border Color

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

This div border color is #bcc61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc61f


Comments

No comments written yet.

Please login to write comment.