Color Hex Logo

#bbcc3d Color Hex

#BBCC3D
(187,204,61)
0 Favorites   0 Comments

Color spaces of #bbcc3d

RGB 18720461
HSL0.190.580.52
HSV67°70°80°
CMYK 0.080.000.70   0.20
XYZ42.928754.087412.5922
Yxy54.08740.39170.4935
Hunter Lab73.5441-24.509441.3293
CIE-Lab78.5127-23.757665.5114

#bbcc3d color RGB value is (187,204,61).

#bbcc3d hex color red value is 187, green value is 204 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bbcc3d hue: 0.19 , saturation: 0.58 and the lightness value of bbcc3d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 00111101
Octal 273 314 75
Decimal 187 204 61
Hex BB CC 3D

RGB Percentages of Color #bbcc3d

%41.37
%45.13
%13.50

CMYK Percentages of Color #bbcc3d

%8
%0
%70
%20

Triadic Colors of #bbcc3d

#bbcc3d #3dbbcc #cc3dbb

Analogous Colors of #bbcc3d

#bbcc3d #74cc3d #cc963d

Monochromatic Colors of #bbcc3d

#bbcc3d

Complementary Color

#bbcc3d #4e3dcc

#bbcc3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcc3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcc3d Color CSS Codes

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

#bbcc3d Text Font Color

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

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


#bbcc3d Background Color

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

This div background color is #bbcc3d


#bbcc3d Border Color

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

This div border color is #bbcc3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcc3d


Comments

No comments written yet.

Please login to write comment.