Color Hex Logo

#bcdebf Color Hex

#BCDEBF
(188,222,191)
0 Favorites   0 Comments

Color spaces of #bcdebf

RGB 188222191
HSL0.350.340.80
HSV125°15°87°
CMYK 0.150.000.14   0.13
XYZ56.264366.695559.1983
Yxy66.69550.30890.3661
Hunter Lab81.6673-19.941114.1895
CIE-Lab85.3499-17.028311.5064

#bcdebf color RGB value is (188,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10111111
Octal 274 336 277
Decimal 188 222 191
Hex BC DE BF

RGB Percentages of Color #bcdebf

%31.28
%36.94
%31.78

CMYK Percentages of Color #bcdebf

%15
%0
%14
%13

Triadic Colors of #bcdebf

#bcdebf #bfbcde #debfbc

Analogous Colors of #bcdebf

#bcdebf #bcded0 #cadebc

Monochromatic Colors of #bcdebf

#bcdebf

Complementary Color

#bcdebf #debcdb

#bcdebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdebf Color CSS Codes

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

#bcdebf Text Font Color

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

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


#bcdebf Background Color

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

This div background color is #bcdebf


#bcdebf Border Color

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

This div border color is #bcdebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,222,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 #bcdebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdebf


Comments

No comments written yet.

Please login to write comment.