Color Hex Logo

#bbdc90 Color Hex

#BBDC90
(187,220,144)
0 Favorites   0 Comments

Color spaces of #bbdc90

RGB 187220144
HSL0.240.520.71
HSV86°35°86°
CMYK 0.150.000.35   0.14
XYZ51.120863.764835.9990
Yxy63.76480.33880.4226
Hunter Lab79.8529-25.469129.1681
CIE-Lab83.8432-23.737533.8483

#bbdc90 color RGB value is (187,220,144).

#bbdc90 hex color red value is 187, green value is 220 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bbdc90 hue: 0.24 , saturation: 0.52 and the lightness value of bbdc90 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 10010000
Octal 273 334 220
Decimal 187 220 144
Hex BB DC 90

RGB Percentages of Color #bbdc90

%33.94
%39.93
%26.13

CMYK Percentages of Color #bbdc90

%15
%0
%35
%14

Triadic Colors of #bbdc90

#bbdc90 #90bbdc #dc90bb

Analogous Colors of #bbdc90

#bbdc90 #95dc90 #dcd790

Monochromatic Colors of #bbdc90

#bbdc90

Complementary Color

#bbdc90 #b190dc

#bbdc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdc90 Color CSS Codes

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

#bbdc90 Text Font Color

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

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


#bbdc90 Background Color

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

This div background color is #bbdc90


#bbdc90 Border Color

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

This div border color is #bbdc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdc90


Comments

No comments written yet.

Please login to write comment.