Color Hex Logo

#bcdcd8 Color Hex

#BCDCD8
(188,220,216)
0 Favorites   0 Comments

Color spaces of #bcdcd8

RGB 188220216
HSL0.480.310.80
HSV173°15°86°
CMYK 0.150.000.02   0.14
XYZ58.726966.835674.7711
Yxy66.83560.29310.3336
Hunter Lab81.7530-14.84323.0007
CIE-Lab85.4209-11.2962-1.5863

#bcdcd8 color RGB value is (188,220,216).

#bcdcd8 hex color red value is 188, green value is 220 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bcdcd8 hue: 0.48 , saturation: 0.31 and the lightness value of bcdcd8 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 11011000
Octal 274 334 330
Decimal 188 220 216
Hex BC DC D8

RGB Percentages of Color #bcdcd8

%30.13
%35.26
%34.62

CMYK Percentages of Color #bcdcd8

%15
%0
%2
%14

Triadic Colors of #bcdcd8

#bcdcd8 #d8bcdc #dcd8bc

Analogous Colors of #bcdcd8

#bcdcd8 #bcd0dc #bcdcc8

Monochromatic Colors of #bcdcd8

#bcdcd8

Complementary Color

#bcdcd8 #dcbcc0

#bcdcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcd8 Color CSS Codes

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

#bcdcd8 Text Font Color

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

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


#bcdcd8 Background Color

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

This div background color is #bcdcd8


#bcdcd8 Border Color

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

This div border color is #bcdcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcd8


Comments

No comments written yet.

Please login to write comment.