Color Hex Logo

#bbdf4f Color Hex

#BBDF4F
(187,223,79)
0 Favorites   0 Comments

Color spaces of #bbdf4f

RGB 18722379
HSL0.210.690.59
HSV75°65°87°
CMYK 0.160.000.65   0.13
XYZ48.292563.904717.1867
Yxy63.90470.37320.4939
Hunter Lab79.9404-32.062843.2113
CIE-Lab83.9161-31.693664.1820

#bbdf4f color RGB value is (187,223,79).

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

The process color (four color CMYK) of #bbdf4f color hex is 0.16, 0.00, 0.65, 0.13. Web safe color of #bbdf4f is #cccc66. Color #bbdf4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 01001111
Octal 273 337 117
Decimal 187 223 79
Hex BB DF 4F

RGB Percentages of Color #bbdf4f

%38.24
%45.60
%16.16

CMYK Percentages of Color #bbdf4f

%16
%0
%65
%13

Triadic Colors of #bbdf4f

#bbdf4f #4fbbdf #df4fbb

Analogous Colors of #bbdf4f

#bbdf4f #73df4f #dfbb4f

Monochromatic Colors of #bbdf4f

#bbdf4f

Complementary Color

#bbdf4f #734fdf

#bbdf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf4f Color CSS Codes

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

#bbdf4f Text Font Color

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

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


#bbdf4f Background Color

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

This div background color is #bbdf4f


#bbdf4f Border Color

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

This div border color is #bbdf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf4f


Comments

No comments written yet.

Please login to write comment.