Color Hex Logo

#bcc01b Color Hex

#BCC01B
(188,192,27)
0 Favorites   0 Comments

Color spaces of #bcc01b

RGB 18819227
HSL0.170.750.43
HSV61°86°75°
CMYK 0.020.000.86   0.25
XYZ39.786548.46988.2955
Yxy48.46980.41210.5020
Hunter Lab69.6203-19.826541.6696
CIE-Lab75.1203-18.733372.3179

#bcc01b color RGB value is (188,192,27).

#bcc01b hex color red value is 188, green value is 192 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bcc01b hue: 0.17 , saturation: 0.75 and the lightness value of bcc01b is 0.43.

The process color (four color CMYK) of #bcc01b color hex is 0.02, 0.00, 0.86, 0.25. Web safe color of #bcc01b is #cccc33. Color #bcc01b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 00011011
Octal 274 300 33
Decimal 188 192 27
Hex BC C0 1B

RGB Percentages of Color #bcc01b

%46.19
%47.17
%6.63

CMYK Percentages of Color #bcc01b

%2
%0
%86
%25

Triadic Colors of #bcc01b

#bcc01b #1bbcc0 #c01bbc

Analogous Colors of #bcc01b

#bcc01b #6ac01b #c0721b

Monochromatic Colors of #bcc01b

#bcc01b

Complementary Color

#bcc01b #1f1bc0

#bcc01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc01b Color CSS Codes

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

#bcc01b Text Font Color

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

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


#bcc01b Background Color

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

This div background color is #bcc01b


#bcc01b Border Color

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

This div border color is #bcc01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc01b


Comments

No comments written yet.

Please login to write comment.