Color Hex Logo

#bbdd78 Color Hex

#BBDD78
(187,221,120)
0 Favorites   0 Comments

Color spaces of #bbdd78

RGB 187221120
HSL0.220.600.67
HSV80°46°87°
CMYK 0.150.000.46   0.13
XYZ49.740163.633827.4303
Yxy63.63380.35330.4519
Hunter Lab79.7708-28.297435.4519
CIE-Lab83.7747-27.136845.7108

#bbdd78 color RGB value is (187,221,120).

#bbdd78 hex color red value is 187, green value is 221 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bbdd78 hue: 0.22 , saturation: 0.60 and the lightness value of bbdd78 is 0.67.

The process color (four color CMYK) of #bbdd78 color hex is 0.15, 0.00, 0.46, 0.13. Web safe color of #bbdd78 is #cccc66. Color #bbdd78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01111000
Octal 273 335 170
Decimal 187 221 120
Hex BB DD 78

RGB Percentages of Color #bbdd78

%35.42
%41.86
%22.73

CMYK Percentages of Color #bbdd78

%15
%0
%46
%13

Triadic Colors of #bbdd78

#bbdd78 #78bbdd #dd78bb

Analogous Colors of #bbdd78

#bbdd78 #89dd78 #ddcd78

Monochromatic Colors of #bbdd78

#bbdd78

Complementary Color

#bbdd78 #9a78dd

#bbdd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd78 Color CSS Codes

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

#bbdd78 Text Font Color

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

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


#bbdd78 Background Color

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

This div background color is #bbdd78


#bbdd78 Border Color

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

This div border color is #bbdd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd78


Comments

No comments written yet.

Please login to write comment.