Color Hex Logo

#bcdbbf Color Hex

#BCDBBF
(188,219,191)
0 Favorites   0 Comments

Color spaces of #bcdbbf

RGB 188219191
HSL0.350.300.80
HSV126°14°86°
CMYK 0.140.000.13   0.14
XYZ55.474565.116058.9350
Yxy65.11600.30900.3627
Hunter Lab80.6945-18.503113.1838
CIE-Lab84.5435-15.525810.3583

#bcdbbf color RGB value is (188,219,191).

#bcdbbf hex color red value is 188, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bcdbbf hue: 0.35 , saturation: 0.30 and the lightness value of bcdbbf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10111111
Octal 274 333 277
Decimal 188 219 191
Hex BC DB BF

RGB Percentages of Color #bcdbbf

%31.44
%36.62
%31.94

CMYK Percentages of Color #bcdbbf

%14
%0
%13
%14

Triadic Colors of #bcdbbf

#bcdbbf #bfbcdb #dbbfbc

Analogous Colors of #bcdbbf

#bcdbbf #bcdbcf #c9dbbc

Monochromatic Colors of #bcdbbf

#bcdbbf

Complementary Color

#bcdbbf #dbbcd8

#bcdbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbbf Color CSS Codes

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

#bcdbbf Text Font Color

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

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


#bcdbbf Background Color

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

This div background color is #bcdbbf


#bcdbbf Border Color

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

This div border color is #bcdbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbbf


Comments

No comments written yet.

Please login to write comment.