Color Hex Logo

#bcddbd Color Hex

#BCDDBD
(188,221,189)
0 Favorites   0 Comments

Color spaces of #bcddbd

RGB 188221189
HSL0.340.330.80
HSV122°15°87°
CMYK 0.150.000.14   0.13
XYZ55.780866.078457.9586
Yxy66.07840.31020.3675
Hunter Lab81.2886-19.767214.6284
CIE-Lab85.0364-16.882812.1133

#bcddbd color RGB value is (188,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 10111101
Octal 274 335 275
Decimal 188 221 189
Hex BC DD BD

RGB Percentages of Color #bcddbd

%31.44
%36.96
%31.61

CMYK Percentages of Color #bcddbd

%15
%0
%14
%13

Triadic Colors of #bcddbd

#bcddbd #bdbcdd #ddbdbc

Analogous Colors of #bcddbd

#bcddbd #bcddce #ccddbc

Monochromatic Colors of #bcddbd

#bcddbd

Complementary Color

#bcddbd #ddbcdc

#bcddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddbd Color CSS Codes

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

#bcddbd Text Font Color

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

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


#bcddbd Background Color

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

This div background color is #bcddbd


#bcddbd Border Color

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

This div border color is #bcddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddbd


Comments

No comments written yet.

Please login to write comment.