Color Hex Logo

#bcdbda Color Hex

#BCDBDA
(188,219,218)
0 Favorites   0 Comments

Color spaces of #bcdbda

RGB 188219218
HSL0.490.300.80
HSV178°14°86°
CMYK 0.140.000.00   0.14
XYZ58.725466.416476.0541
Yxy66.41640.29190.3301
Hunter Lab81.4963-13.99311.7166
CIE-Lab85.2084-10.3839-2.9562

#bcdbda color RGB value is (188,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 11011010
Octal 274 333 332
Decimal 188 219 218
Hex BC DB DA

RGB Percentages of Color #bcdbda

%30.08
%35.04
%34.88

CMYK Percentages of Color #bcdbda

%14
%0
%0
%14

Triadic Colors of #bcdbda

#bcdbda #dabcdb #dbdabc

Analogous Colors of #bcdbda

#bcdbda #bccddb #bcdbcb

Monochromatic Colors of #bcdbda

#bcdbda

Complementary Color

#bcdbda #dbbcbd

#bcdbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbda Color CSS Codes

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

#bcdbda Text Font Color

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

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


#bcdbda Background Color

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

This div background color is #bcdbda


#bcdbda Border Color

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

This div border color is #bcdbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbda

#bcdbda Color Palettes


Comments

No comments written yet.

Please login to write comment.