Color Hex Logo

#bbcc1d Color Hex

#BBCC1D
(187,204,29)
0 Favorites   0 Comments

Color spaces of #bbcc1d

RGB 18720429
HSL0.180.750.46
HSV66°86°80°
CMYK 0.080.000.86   0.20
XYZ42.308253.83929.3245
Yxy53.83920.40110.5105
Hunter Lab73.3752-25.483443.8281
CIE-Lab78.3679-24.990874.5472

#bbcc1d color RGB value is (187,204,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 00011101
Octal 273 314 35
Decimal 187 204 29
Hex BB CC 1D

RGB Percentages of Color #bbcc1d

%44.52
%48.57
%6.90

CMYK Percentages of Color #bbcc1d

%8
%0
%86
%20

Triadic Colors of #bbcc1d

#bbcc1d #1dbbcc #cc1dbb

Analogous Colors of #bbcc1d

#bbcc1d #63cc1d #cc861d

Monochromatic Colors of #bbcc1d

#bbcc1d

Complementary Color

#bbcc1d #2e1dcc

#bbcc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcc1d Color CSS Codes

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

#bbcc1d Text Font Color

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

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


#bbcc1d Background Color

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

This div background color is #bbcc1d


#bbcc1d Border Color

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

This div border color is #bbcc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcc1d


Comments

No comments written yet.

Please login to write comment.