Color Hex Logo

#bbdd60 Color Hex

#BBDD60
(187,221,96)
0 Favorites   0 Comments

Color spaces of #bbdd60

RGB 18722196
HSL0.210.650.62
HSV76°57°87°
CMYK 0.150.000.57   0.13
XYZ48.461363.122220.6960
Yxy63.12220.36640.4772
Hunter Lab79.4495-30.158140.1700
CIE-Lab83.5066-29.464256.5700

#bbdd60 color RGB value is (187,221,96).

#bbdd60 hex color red value is 187, green value is 221 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bbdd60 hue: 0.21 , saturation: 0.65 and the lightness value of bbdd60 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01100000
Octal 273 335 140
Decimal 187 221 96
Hex BB DD 60

RGB Percentages of Color #bbdd60

%37.10
%43.85
%19.05

CMYK Percentages of Color #bbdd60

%15
%0
%57
%13

Triadic Colors of #bbdd60

#bbdd60 #60bbdd #dd60bb

Analogous Colors of #bbdd60

#bbdd60 #7ddd60 #ddc160

Monochromatic Colors of #bbdd60

#bbdd60

Complementary Color

#bbdd60 #8260dd

#bbdd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd60 Color CSS Codes

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

#bbdd60 Text Font Color

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

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


#bbdd60 Background Color

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

This div background color is #bbdd60


#bbdd60 Border Color

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

This div border color is #bbdd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd60


Comments

No comments written yet.

Please login to write comment.