Color Hex Logo

#bcddbf Color Hex

#BCDDBF
(188,221,191)
0 Favorites   0 Comments

Color spaces of #bcddbf

RGB 188221191
HSL0.350.330.80
HSV125°15°87°
CMYK 0.150.000.14   0.13
XYZ55.999566.165959.1100
Yxy66.16590.30890.3650
Hunter Lab81.3424-19.462413.8548
CIE-Lab85.0810-16.528611.1238

#bcddbf color RGB value is (188,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 10111111
Octal 274 335 277
Decimal 188 221 191
Hex BC DD BF

RGB Percentages of Color #bcddbf

%31.33
%36.83
%31.83

CMYK Percentages of Color #bcddbf

%15
%0
%14
%13

Triadic Colors of #bcddbf

#bcddbf #bfbcdd #ddbfbc

Analogous Colors of #bcddbf

#bcddbf #bcddd0 #caddbc

Monochromatic Colors of #bcddbf

#bcddbf

Complementary Color

#bcddbf #ddbcda

#bcddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddbf Color CSS Codes

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

#bcddbf Text Font Color

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

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


#bcddbf Background Color

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

This div background color is #bcddbf


#bcddbf Border Color

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

This div border color is #bcddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddbf


Comments

No comments written yet.

Please login to write comment.