Color Hex Logo

#bbdc83 Color Hex

#BBDC83
(187,220,131)
0 Favorites   0 Comments

Color spaces of #bbdc83

RGB 187220131
HSL0.230.560.69
HSV82°40°86°
CMYK 0.150.000.40   0.14
XYZ50.183563.389931.0633
Yxy63.38990.34700.4383
Hunter Lab79.6178-26.821632.6001
CIE-Lab83.6471-25.392940.1437

#bbdc83 color RGB value is (187,220,131).

#bbdc83 hex color red value is 187, green value is 220 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bbdc83 hue: 0.23 , saturation: 0.56 and the lightness value of bbdc83 is 0.69.

The process color (four color CMYK) of #bbdc83 color hex is 0.15, 0.00, 0.40, 0.14. Web safe color of #bbdc83 is #cccc99. Color #bbdc83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 10000011
Octal 273 334 203
Decimal 187 220 131
Hex BB DC 83

RGB Percentages of Color #bbdc83

%34.76
%40.89
%24.35

CMYK Percentages of Color #bbdc83

%15
%0
%40
%14

Triadic Colors of #bbdc83

#bbdc83 #83bbdc #dc83bb

Analogous Colors of #bbdc83

#bbdc83 #8fdc83 #dcd183

Monochromatic Colors of #bbdc83

#bbdc83

Complementary Color

#bbdc83 #a483dc

#bbdc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc83 Color CSS Codes

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

#bbdc83 Text Font Color

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

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


#bbdc83 Background Color

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

This div background color is #bbdc83


#bbdc83 Border Color

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

This div border color is #bbdc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc83


Comments

No comments written yet.

Please login to write comment.