Color Hex Logo

#bcdfbb Color Hex

#BCDFBB
(188,223,187)
0 Favorites   0 Comments

Color spaces of #bcdfbb

RGB 188223187
HSL0.330.360.80
HSV118°16°87°
CMYK 0.160.000.16   0.13
XYZ56.096467.054656.9999
Yxy67.05460.31140.3722
Hunter Lab81.8869-21.021016.0502
CIE-Lab85.5315-18.229013.8656

#bcdfbb color RGB value is (188,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10111011
Octal 274 337 273
Decimal 188 223 187
Hex BC DF BB

RGB Percentages of Color #bcdfbb

%31.44
%37.29
%31.27

CMYK Percentages of Color #bcdfbb

%16
%0
%16
%13

Triadic Colors of #bcdfbb

#bcdfbb #bbbcdf #dfbbbc

Analogous Colors of #bcdfbb

#bcdfbb #bbdfcc #cedfbb

Monochromatic Colors of #bcdfbb

#bcdfbb

Complementary Color

#bcdfbb #debbdf

#bcdfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfbb Color CSS Codes

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

#bcdfbb Text Font Color

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

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


#bcdfbb Background Color

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

This div background color is #bcdfbb


#bcdfbb Border Color

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

This div border color is #bcdfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfbb


Comments

No comments written yet.

Please login to write comment.