Color Hex Logo

#bccc20 Color Hex

#BCCC20
(188,204,32)
0 Favorites   0 Comments

Color spaces of #bccc20

RGB 18820432
HSL0.180.730.46
HSV66°84°80°
CMYK 0.080.000.84   0.20
XYZ42.592653.98149.5411
Yxy53.98140.40140.5087
Hunter Lab73.4720-25.097543.7310
CIE-Lab78.4509-24.495174.0130

#bccc20 color RGB value is (188,204,32).

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

The process color (four color CMYK) of #bccc20 color hex is 0.08, 0.00, 0.84, 0.20. Web safe color of #bccc20 is #cccc33. Color #bccc20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 00100000
Octal 274 314 40
Decimal 188 204 32
Hex BC CC 20

RGB Percentages of Color #bccc20

%44.34
%48.11
%7.55

CMYK Percentages of Color #bccc20

%8
%0
%84
%20

Triadic Colors of #bccc20

#bccc20 #20bccc #cc20bc

Analogous Colors of #bccc20

#bccc20 #66cc20 #cc8620

Monochromatic Colors of #bccc20

#bccc20

Complementary Color

#bccc20 #3020cc

#bccc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccc20 Color CSS Codes

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

#bccc20 Text Font Color

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

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


#bccc20 Background Color

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

This div background color is #bccc20


#bccc20 Border Color

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

This div border color is #bccc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccc20


Comments

No comments written yet.

Please login to write comment.