Color Hex Logo

#bbd555 Color Hex

#BBD555
(187,213,85)
0 Favorites   0 Comments

Color spaces of #bbd555

RGB 18721385
HSL0.200.600.58
HSV72°60°84°
CMYK 0.120.000.60   0.16
XYZ45.927558.809217.5250
Yxy58.80920.37560.4810
Hunter Lab76.6872-27.299940.1317
CIE-Lab81.1866-26.550758.7714

#bbd555 color RGB value is (187,213,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 01010101
Octal 273 325 125
Decimal 187 213 85
Hex BB D5 55

RGB Percentages of Color #bbd555

%38.56
%43.92
%17.53

CMYK Percentages of Color #bbd555

%12
%0
%60
%16

Triadic Colors of #bbd555

#bbd555 #55bbd5 #d555bb

Analogous Colors of #bbd555

#bbd555 #7bd555 #d5af55

Monochromatic Colors of #bbd555

#bbd555

Complementary Color

#bbd555 #6f55d5

#bbd555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd555 Color CSS Codes

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

#bbd555 Text Font Color

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

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


#bbd555 Background Color

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

This div background color is #bbd555


#bbd555 Border Color

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

This div border color is #bbd555


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,213,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 #bbd555">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd555


Comments

No comments written yet.

Please login to write comment.