Color Hex Logo

#bbdd30 Color Hex

#BBDD30
(187,221,48)
0 Favorites   0 Comments

Color spaces of #bbdd30

RGB 18722148
HSL0.200.720.53
HSV72°78°87°
CMYK 0.150.000.78   0.13
XYZ46.883562.491112.3873
Yxy62.49110.38500.5132
Hunter Lab79.0513-32.475646.0452
CIE-Lab83.1739-32.413074.0794

#bbdd30 color RGB value is (187,221,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 00110000
Octal 273 335 60
Decimal 187 221 48
Hex BB DD 30

RGB Percentages of Color #bbdd30

%41.01
%48.46
%10.53

CMYK Percentages of Color #bbdd30

%15
%0
%78
%13

Triadic Colors of #bbdd30

#bbdd30 #30bbdd #dd30bb

Analogous Colors of #bbdd30

#bbdd30 #65dd30 #dda930

Monochromatic Colors of #bbdd30

#bbdd30

Complementary Color

#bbdd30 #5230dd

#bbdd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd30 Color CSS Codes

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

#bbdd30 Text Font Color

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

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


#bbdd30 Background Color

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

This div background color is #bbdd30


#bbdd30 Border Color

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

This div border color is #bbdd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd30


Comments

No comments written yet.

Please login to write comment.