Color Hex Logo

#bcc33b Color Hex

#BCC33B
(188,195,59)
0 Favorites   0 Comments

Color spaces of #bcc33b

RGB 18819559
HSL0.180.540.50
HSV63°70°76°
CMYK 0.040.000.70   0.24
XYZ41.043650.037311.6326
Yxy50.03730.39960.4872
Hunter Lab70.7370-20.219239.7658
CIE-Lab76.0921-19.023963.8790

#bcc33b color RGB value is (188,195,59).

#bcc33b hex color red value is 188, green value is 195 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bcc33b hue: 0.18 , saturation: 0.54 and the lightness value of bcc33b is 0.50.

The process color (four color CMYK) of #bcc33b color hex is 0.04, 0.00, 0.70, 0.24. Web safe color of #bcc33b is #cccc33. Color #bcc33b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 00111011
Octal 274 303 73
Decimal 188 195 59
Hex BC C3 3B

RGB Percentages of Color #bcc33b

%42.53
%44.12
%13.35

CMYK Percentages of Color #bcc33b

%4
%0
%70
%24

Triadic Colors of #bcc33b

#bcc33b #3bbcc3 #c33bbc

Analogous Colors of #bcc33b

#bcc33b #78c33b #c3863b

Monochromatic Colors of #bcc33b

#bcc33b

Complementary Color

#bcc33b #423bc3

#bcc33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc33b Color CSS Codes

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

#bcc33b Text Font Color

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

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


#bcc33b Background Color

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

This div background color is #bcc33b


#bcc33b Border Color

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

This div border color is #bcc33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc33b


Comments

No comments written yet.

Please login to write comment.