Color Hex Logo

#bbdf4d Color Hex

#BBDF4D
(187,223,77)
0 Favorites   0 Comments

Color spaces of #bbdf4d

RGB 18722377
HSL0.210.700.59
HSV75°65°87°
CMYK 0.160.000.65   0.13
XYZ48.220763.876016.8090
Yxy63.87600.37410.4955
Hunter Lab79.9225-32.167543.4761
CIE-Lab83.9012-31.826964.9539

#bbdf4d color RGB value is (187,223,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 01001101
Octal 273 337 115
Decimal 187 223 77
Hex BB DF 4D

RGB Percentages of Color #bbdf4d

%38.40
%45.79
%15.81

CMYK Percentages of Color #bbdf4d

%16
%0
%65
%13

Triadic Colors of #bbdf4d

#bbdf4d #4dbbdf #df4dbb

Analogous Colors of #bbdf4d

#bbdf4d #72df4d #dfba4d

Monochromatic Colors of #bbdf4d

#bbdf4d

Complementary Color

#bbdf4d #714ddf

#bbdf4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf4d Color CSS Codes

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

#bbdf4d Text Font Color

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

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


#bbdf4d Background Color

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

This div background color is #bbdf4d


#bbdf4d Border Color

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

This div border color is #bbdf4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf4d


Comments

No comments written yet.

Please login to write comment.