Color Hex Logo

#bbd55d Color Hex

#BBD55D
(187,213,93)
0 Favorites   0 Comments

Color spaces of #bbd55d

RGB 18721393
HSL0.200.590.60
HSV73°56°84°
CMYK 0.120.000.56   0.16
XYZ46.263658.943619.2948
Yxy58.94360.37160.4734
Hunter Lab76.7747-26.793738.8417
CIE-Lab81.2606-25.914855.3535

#bbd55d color RGB value is (187,213,93).

#bbd55d hex color red value is 187, green value is 213 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bbd55d hue: 0.20 , saturation: 0.59 and the lightness value of bbd55d is 0.60.

The process color (four color CMYK) of #bbd55d color hex is 0.12, 0.00, 0.56, 0.16. Web safe color of #bbd55d is #cccc66. Color #bbd55d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 01011101
Octal 273 325 135
Decimal 187 213 93
Hex BB D5 5D

RGB Percentages of Color #bbd55d

%37.93
%43.20
%18.86

CMYK Percentages of Color #bbd55d

%12
%0
%56
%16

Triadic Colors of #bbd55d

#bbd55d #5dbbd5 #d55dbb

Analogous Colors of #bbd55d

#bbd55d #7fd55d #d5b35d

Monochromatic Colors of #bbd55d

#bbd55d

Complementary Color

#bbd55d #775dd5

#bbd55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd55d Color CSS Codes

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

#bbd55d Text Font Color

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

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


#bbd55d Background Color

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

This div background color is #bbd55d


#bbd55d Border Color

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

This div border color is #bbd55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd55d


Comments

No comments written yet.

Please login to write comment.