Color Hex Logo

#bbdba1 Color Hex

#BBDBA1
(187,219,161)
0 Favorites   0 Comments

Color spaces of #bbdba1

RGB 187219161
HSL0.260.450.75
HSV93°26°86°
CMYK 0.150.000.26   0.14
XYZ52.258163.801043.2788
Yxy63.80100.32800.4004
Hunter Lab79.8755-22.999623.7879
CIE-Lab83.8621-20.825625.1248

#bbdba1 color RGB value is (187,219,161).

#bbdba1 hex color red value is 187, green value is 219 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bbdba1 hue: 0.26 , saturation: 0.45 and the lightness value of bbdba1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10100001
Octal 273 333 241
Decimal 187 219 161
Hex BB DB A1

RGB Percentages of Color #bbdba1

%32.98
%38.62
%28.40

CMYK Percentages of Color #bbdba1

%15
%0
%26
%14

Triadic Colors of #bbdba1

#bbdba1 #a1bbdb #dba1bb

Analogous Colors of #bbdba1

#bbdba1 #a1dba4 #d8dba1

Monochromatic Colors of #bbdba1

#bbdba1

Complementary Color

#bbdba1 #c1a1db

#bbdba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdba1 Color CSS Codes

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

#bbdba1 Text Font Color

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

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


#bbdba1 Background Color

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

This div background color is #bbdba1


#bbdba1 Border Color

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

This div border color is #bbdba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdba1


Comments

No comments written yet.

Please login to write comment.