Color Hex Logo

#bbdd0d Color Hex

#BBDD0D
(187,221,13)
0 Favorites   0 Comments

Color spaces of #bbdd0d

RGB 18722113
HSL0.190.890.46
HSV70°94°87°
CMYK 0.150.000.94   0.13
XYZ46.422662.30689.9604
Yxy62.30680.39110.5250
Hunter Lab78.9347-33.157247.7727
CIE-Lab83.0763-33.291180.7051

#bbdd0d color RGB value is (187,221,13).

#bbdd0d hex color red value is 187, green value is 221 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bbdd0d hue: 0.19 , saturation: 0.89 and the lightness value of bbdd0d is 0.46.

The process color (four color CMYK) of #bbdd0d color hex is 0.15, 0.00, 0.94, 0.13. Web safe color of #bbdd0d is #cccc00. Color #bbdd0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 00001101
Octal 273 335 15
Decimal 187 221 13
Hex BB DD D

RGB Percentages of Color #bbdd0d

%44.42
%52.49
%3.09

CMYK Percentages of Color #bbdd0d

%15
%0
%94
%13

Triadic Colors of #bbdd0d

#bbdd0d #0dbbdd #dd0dbb

Analogous Colors of #bbdd0d

#bbdd0d #53dd0d #dd970d

Monochromatic Colors of #bbdd0d

#bbdd0d

Complementary Color

#bbdd0d #2f0ddd

#bbdd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd0d Color CSS Codes

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

#bbdd0d Text Font Color

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

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


#bbdd0d Background Color

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

This div background color is #bbdd0d


#bbdd0d Border Color

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

This div border color is #bbdd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd0d


Comments

No comments written yet.

Please login to write comment.