Color Hex Logo

#bccc1a Color Hex

#BCCC1A
(188,204,26)
0 Favorites   0 Comments

Color spaces of #bccc1a

RGB 18820426
HSL0.180.770.45
HSV65°87°80°
CMYK 0.080.000.87   0.20
XYZ42.518453.95179.1500
Yxy53.95170.40260.5108
Hunter Lab73.4518-25.214044.0304
CIE-Lab78.4336-24.642775.2139

#bccc1a color RGB value is (188,204,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 00011010
Octal 274 314 32
Decimal 188 204 26
Hex BC CC 1A

RGB Percentages of Color #bccc1a

%44.98
%48.80
%6.22

CMYK Percentages of Color #bccc1a

%8
%0
%87
%20

Triadic Colors of #bccc1a

#bccc1a #1abccc #cc1abc

Analogous Colors of #bccc1a

#bccc1a #63cc1a #cc831a

Monochromatic Colors of #bccc1a

#bccc1a

Complementary Color

#bccc1a #2a1acc

#bccc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccc1a Color CSS Codes

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

#bccc1a Text Font Color

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

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


#bccc1a Background Color

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

This div background color is #bccc1a


#bccc1a Border Color

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

This div border color is #bccc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccc1a


Comments

No comments written yet.

Please login to write comment.