color codes Logo

#bbdfcb color codes

#BBDFCB
(187,223,203)
0 Favorites   0 Comments

Color spaces of #bbdfcb

RGB 187223203
HSL0.410.360.80
HSV147°16°87°
CMYK 0.160.000.09   0.13
XYZ57.660767.651966.5190
Yxy67.65190.30060.3527
Hunter Lab82.2508-18.80409.6257
CIE-Lab85.8321-15.66175.8686

#bbdfcb color RGB value is (187,223,203).

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

The process color (four color CMYK) of #bbdfcb color code is 0.16, 0.00, 0.09, 0.13. Web safe color of #bbdfcb is #cccccc. Color #bbdfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11001011
Octal 273 337 313
Decimal 187 223 203
Hex BB DF CB

RGB Percentages of Color #bbdfcb

%30.51
%36.38
%33.12

CMYK Percentages of Color #bbdfcb

%16
%0
%9
%13

Triadic Colors of #bbdfcb

#bbdfcb #cbbbdf #dfcbbb

Analogous Colors of #bbdfcb

#bbdfcb #bbdfdd #bddfbb

Monochromatic Colors of #bbdfcb

#bbdfcb

Complementary Color

#bbdfcb #dfbbcf

#bbdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfcb Color CSS Codes

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

#bbdfcb Text Font Color

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

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


#bbdfcb Background Color

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

This div background color is #bbdfcb


#bbdfcb Border Color

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

This div border color is #bbdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfcb


Comments

No comments written yet.

Please login to write comment.