Color Hex Logo

#bbdd55 Color Hex

#BBDD55
(187,221,85)
0 Favorites   0 Comments

Color spaces of #bbdd55

RGB 18722185
HSL0.210.670.60
HSV75°62°87°
CMYK 0.150.000.62   0.13
XYZ47.989762.933618.2124
Yxy62.93360.37160.4873
Hunter Lab79.3307-30.848341.9199
CIE-Lab83.4074-30.336661.1962

#bbdd55 color RGB value is (187,221,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01010101
Octal 273 335 125
Decimal 187 221 85
Hex BB DD 55

RGB Percentages of Color #bbdd55

%37.93
%44.83
%17.24

CMYK Percentages of Color #bbdd55

%15
%0
%62
%13

Triadic Colors of #bbdd55

#bbdd55 #55bbdd #dd55bb

Analogous Colors of #bbdd55

#bbdd55 #77dd55 #ddbb55

Monochromatic Colors of #bbdd55

#bbdd55

Complementary Color

#bbdd55 #7755dd

#bbdd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd55 Color CSS Codes

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

#bbdd55 Text Font Color

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

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


#bbdd55 Background Color

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

This div background color is #bbdd55


#bbdd55 Border Color

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

This div border color is #bbdd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd55


Comments

No comments written yet.

Please login to write comment.