Color Hex Logo

#bbdd40 Color Hex

#BBDD40
(187,221,64)
0 Favorites   0 Comments

Color spaces of #bbdd40

RGB 18722164
HSL0.200.700.56
HSV73°71°87°
CMYK 0.150.000.71   0.13
XYZ47.275462.647914.4511
Yxy62.64790.38010.5037
Hunter Lab79.1504-31.897844.5803
CIE-Lab83.2568-31.672569.1143

#bbdd40 color RGB value is (187,221,64).

#bbdd40 hex color red value is 187, green value is 221 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bbdd40 hue: 0.20 , saturation: 0.70 and the lightness value of bbdd40 is 0.56.

The process color (four color CMYK) of #bbdd40 color hex is 0.15, 0.00, 0.71, 0.13. Web safe color of #bbdd40 is #cccc33. Color #bbdd40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01000000
Octal 273 335 100
Decimal 187 221 64
Hex BB DD 40

RGB Percentages of Color #bbdd40

%39.62
%46.82
%13.56

CMYK Percentages of Color #bbdd40

%15
%0
%71
%13

Triadic Colors of #bbdd40

#bbdd40 #40bbdd #dd40bb

Analogous Colors of #bbdd40

#bbdd40 #6ddd40 #ddb140

Monochromatic Colors of #bbdd40

#bbdd40

Complementary Color

#bbdd40 #6240dd

#bbdd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd40 Color CSS Codes

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

#bbdd40 Text Font Color

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

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


#bbdd40 Background Color

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

This div background color is #bbdd40


#bbdd40 Border Color

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

This div border color is #bbdd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd40


Comments

No comments written yet.

Please login to write comment.