Color Hex Logo

#bbdfd1 Color Hex

#BBDFD1
(187,223,209)
0 Favorites   0 Comments

Color spaces of #bbdfd1

RGB 187223209
HSL0.440.360.80
HSV157°16°87°
CMYK 0.160.000.06   0.13
XYZ58.389867.943670.3586
Yxy67.94360.29690.3454
Hunter Lab82.4279-17.80417.0909
CIE-Lab85.9782-14.51512.9163

#bbdfd1 color RGB value is (187,223,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11010001
Octal 273 337 321
Decimal 187 223 209
Hex BB DF D1

RGB Percentages of Color #bbdfd1

%30.21
%36.03
%33.76

CMYK Percentages of Color #bbdfd1

%16
%0
%6
%13

Triadic Colors of #bbdfd1

#bbdfd1 #d1bbdf #dfd1bb

Analogous Colors of #bbdfd1

#bbdfd1 #bbdbdf #bbdfbf

Monochromatic Colors of #bbdfd1

#bbdfd1

Complementary Color

#bbdfd1 #dfbbc9

#bbdfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfd1 Color CSS Codes

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

#bbdfd1 Text Font Color

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

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


#bbdfd1 Background Color

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

This div background color is #bbdfd1


#bbdfd1 Border Color

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

This div border color is #bbdfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfd1

#bbdfd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.