Color Hex Logo

#bbcd4f Color Hex

#BBCD4F
(187,205,79)
0 Favorites   0 Comments

Color spaces of #bbcd4f

RGB 18720579
HSL0.190.560.56
HSV69°61°80°
CMYK 0.090.000.61   0.20
XYZ43.736154.792015.6679
Yxy54.79200.38300.4798
Hunter Lab74.0216-24.070139.2654
CIE-Lab78.9213-23.128858.8529

#bbcd4f color RGB value is (187,205,79).

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

The process color (four color CMYK) of #bbcd4f color hex is 0.09, 0.00, 0.61, 0.20. Web safe color of #bbcd4f is #cccc66. Color #bbcd4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 01001111
Octal 273 315 117
Decimal 187 205 79
Hex BB CD 4F

RGB Percentages of Color #bbcd4f

%39.70
%43.52
%16.77

CMYK Percentages of Color #bbcd4f

%9
%0
%61
%20

Triadic Colors of #bbcd4f

#bbcd4f #4fbbcd #cd4fbb

Analogous Colors of #bbcd4f

#bbcd4f #7ccd4f #cda04f

Monochromatic Colors of #bbcd4f

#bbcd4f

Complementary Color

#bbcd4f #614fcd

#bbcd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcd4f Color CSS Codes

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

#bbcd4f Text Font Color

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

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


#bbcd4f Background Color

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

This div background color is #bbcd4f


#bbcd4f Border Color

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

This div border color is #bbcd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcd4f


Comments

No comments written yet.

Please login to write comment.