Color Hex Logo

#bcdbd0 Color Hex

#BCDBD0
(188,219,208)
0 Favorites   0 Comments

Color spaces of #bcdbd0

RGB 188219208
HSL0.440.300.80
HSV159°14°86°
CMYK 0.140.000.05   0.14
XYZ57.455765.908569.3679
Yxy65.90850.29810.3420
Hunter Lab81.1841-15.74386.1684
CIE-Lab84.9497-12.36061.9584

#bcdbd0 color RGB value is (188,219,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 11010000
Octal 274 333 320
Decimal 188 219 208
Hex BC DB D0

RGB Percentages of Color #bcdbd0

%30.57
%35.61
%33.82

CMYK Percentages of Color #bcdbd0

%14
%0
%5
%14

Triadic Colors of #bcdbd0

#bcdbd0 #d0bcdb #dbd0bc

Analogous Colors of #bcdbd0

#bcdbd0 #bcd7db #bcdbc1

Monochromatic Colors of #bcdbd0

#bcdbd0

Complementary Color

#bcdbd0 #dbbcc7

#bcdbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbd0 Color CSS Codes

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

#bcdbd0 Text Font Color

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

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


#bcdbd0 Background Color

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

This div background color is #bcdbd0


#bcdbd0 Border Color

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

This div border color is #bcdbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbd0


Comments

No comments written yet.

Please login to write comment.