Color Hex Logo

#bbcd3f Color Hex

#BBCD3F
(187,205,63)
0 Favorites   0 Comments

Color spaces of #bbcd3f

RGB 18720563
HSL0.190.590.53
HSV68°69°80°
CMYK 0.090.000.69   0.20
XYZ43.222054.586312.9608
Yxy54.58630.39020.4928
Hunter Lab73.8825-24.870241.3169
CIE-Lab78.8024-24.134665.0693

#bbcd3f color RGB value is (187,205,63).

#bbcd3f hex color red value is 187, green value is 205 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bbcd3f hue: 0.19 , saturation: 0.59 and the lightness value of bbcd3f is 0.53.

The process color (four color CMYK) of #bbcd3f color hex is 0.09, 0.00, 0.69, 0.20. Web safe color of #bbcd3f is #cccc33. Color #bbcd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 00111111
Octal 273 315 77
Decimal 187 205 63
Hex BB CD 3F

RGB Percentages of Color #bbcd3f

%41.10
%45.05
%13.85

CMYK Percentages of Color #bbcd3f

%9
%0
%69
%20

Triadic Colors of #bbcd3f

#bbcd3f #3fbbcd #cd3fbb

Analogous Colors of #bbcd3f

#bbcd3f #74cd3f #cd983f

Monochromatic Colors of #bbcd3f

#bbcd3f

Complementary Color

#bbcd3f #513fcd

#bbcd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcd3f Color CSS Codes

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

#bbcd3f Text Font Color

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

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


#bbcd3f Background Color

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

This div background color is #bbcd3f


#bbcd3f Border Color

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

This div border color is #bbcd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcd3f


Comments

No comments written yet.

Please login to write comment.