Color Hex Logo

#bccc2b Color Hex

#BCCC2B
(188,204,43)
0 Favorites   0 Comments

Color spaces of #bccc2b

RGB 18820443
HSL0.180.650.48
HSV66°79°80°
CMYK 0.080.000.79   0.20
XYZ42.767954.051510.4644
Yxy54.05150.39860.5038
Hunter Lab73.5197-24.822543.0248
CIE-Lab78.4918-24.147071.3057

#bccc2b color RGB value is (188,204,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 00101011
Octal 274 314 53
Decimal 188 204 43
Hex BC CC 2B

RGB Percentages of Color #bccc2b

%43.22
%46.90
%9.89

CMYK Percentages of Color #bccc2b

%8
%0
%79
%20

Triadic Colors of #bccc2b

#bccc2b #2bbccc #cc2bbc

Analogous Colors of #bccc2b

#bccc2b #6ccc2b #cc8c2b

Monochromatic Colors of #bccc2b

#bccc2b

Complementary Color

#bccc2b #3b2bcc

#bccc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccc2b Color CSS Codes

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

#bccc2b Text Font Color

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

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


#bccc2b Background Color

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

This div background color is #bccc2b


#bccc2b Border Color

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

This div border color is #bccc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccc2b


Comments

No comments written yet.

Please login to write comment.