Color Hex Logo

#bbdd4f Color Hex

#BBDD4F
(187,221,79)
0 Favorites   0 Comments

Color spaces of #bbdd4f

RGB 18722179
HSL0.210.680.59
HSV74°64°87°
CMYK 0.150.000.64   0.13
XYZ47.761362.842217.0096
Yxy62.84220.37430.4924
Hunter Lab79.2731-31.183342.7693
CIE-Lab83.3593-30.761763.5945

#bbdd4f color RGB value is (187,221,79).

#bbdd4f hex color red value is 187, green value is 221 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bbdd4f hue: 0.21 , saturation: 0.68 and the lightness value of bbdd4f is 0.59.

The process color (four color CMYK) of #bbdd4f color hex is 0.15, 0.00, 0.64, 0.13. Web safe color of #bbdd4f is #cccc66. Color #bbdd4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01001111
Octal 273 335 117
Decimal 187 221 79
Hex BB DD 4F

RGB Percentages of Color #bbdd4f

%38.40
%45.38
%16.22

CMYK Percentages of Color #bbdd4f

%15
%0
%64
%13

Triadic Colors of #bbdd4f

#bbdd4f #4fbbdd #dd4fbb

Analogous Colors of #bbdd4f

#bbdd4f #74dd4f #ddb84f

Monochromatic Colors of #bbdd4f

#bbdd4f

Complementary Color

#bbdd4f #714fdd

#bbdd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd4f Color CSS Codes

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

#bbdd4f Text Font Color

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

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


#bbdd4f Background Color

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

This div background color is #bbdd4f


#bbdd4f Border Color

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

This div border color is #bbdd4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,221,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 #bbdd4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd4f


Comments

No comments written yet.

Please login to write comment.