Color Hex Logo

#bbdbaf Color Hex

#BBDBAF
(187,219,175)
0 Favorites   0 Comments

Color spaces of #bbdbaf

RGB 187219175
HSL0.290.380.77
HSV104°20°86°
CMYK 0.150.000.20   0.14
XYZ53.562964.323050.1500
Yxy64.32300.31880.3828
Hunter Lab80.2016-21.141119.0672
CIE-Lab84.1337-18.615218.1898

#bbdbaf color RGB value is (187,219,175).

#bbdbaf hex color red value is 187, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bbdbaf hue: 0.29 , saturation: 0.38 and the lightness value of bbdbaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 10101111
Octal 273 333 257
Decimal 187 219 175
Hex BB DB AF

RGB Percentages of Color #bbdbaf

%32.19
%37.69
%30.12

CMYK Percentages of Color #bbdbaf

%15
%0
%20
%14

Triadic Colors of #bbdbaf

#bbdbaf #afbbdb #dbafbb

Analogous Colors of #bbdbaf

#bbdbaf #afdbb9 #d1dbaf

Monochromatic Colors of #bbdbaf

#bbdbaf

Complementary Color

#bbdbaf #cfafdb

#bbdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbaf Color CSS Codes

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

#bbdbaf Text Font Color

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

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


#bbdbaf Background Color

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

This div background color is #bbdbaf


#bbdbaf Border Color

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

This div border color is #bbdbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbaf


Comments

No comments written yet.

Please login to write comment.