Color Hex Logo

#bbdfc7 Color Hex

#BBDFC7
(187,223,199)
0 Favorites   0 Comments

Color spaces of #bbdfc7

RGB 187223199
HSL0.390.360.80
HSV140°16°87°
CMYK 0.160.000.11   0.13
XYZ57.190067.463764.0404
Yxy67.46370.30310.3575
Hunter Lab82.1363-19.452211.2679
CIE-Lab85.7376-16.40927.8402

#bbdfc7 color RGB value is (187,223,199).

#bbdfc7 hex color red value is 187, green value is 223 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bbdfc7 hue: 0.39 , saturation: 0.36 and the lightness value of bbdfc7 is 0.80.

The process color (four color CMYK) of #bbdfc7 color hex is 0.16, 0.00, 0.11, 0.13. Web safe color of #bbdfc7 is #cccccc. Color #bbdfc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11000111
Octal 273 337 307
Decimal 187 223 199
Hex BB DF C7

RGB Percentages of Color #bbdfc7

%30.71
%36.62
%32.68

CMYK Percentages of Color #bbdfc7

%16
%0
%11
%13

Triadic Colors of #bbdfc7

#bbdfc7 #c7bbdf #dfc7bb

Analogous Colors of #bbdfc7

#bbdfc7 #bbdfd9 #c1dfbb

Monochromatic Colors of #bbdfc7

#bbdfc7

Complementary Color

#bbdfc7 #dfbbd3

#bbdfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfc7 Color CSS Codes

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

#bbdfc7 Text Font Color

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

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


#bbdfc7 Background Color

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

This div background color is #bbdfc7


#bbdfc7 Border Color

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

This div border color is #bbdfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfc7


Comments

No comments written yet.

Please login to write comment.