Color Hex Logo

#bcddc7 Color Hex

#BCDDC7
(188,221,199)
0 Favorites   0 Comments

Color spaces of #bcddc7

RGB 188221199
HSL0.390.330.80
HSV140°15°87°
CMYK 0.150.000.10   0.13
XYZ56.904366.527863.8748
Yxy66.52780.30380.3552
Hunter Lab81.5646-18.205810.6641
CIE-Lab85.2649-15.07607.1699

#bcddc7 color RGB value is (188,221,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11000111
Octal 274 335 307
Decimal 188 221 199
Hex BC DD C7

RGB Percentages of Color #bcddc7

%30.92
%36.35
%32.73

CMYK Percentages of Color #bcddc7

%15
%0
%10
%13

Triadic Colors of #bcddc7

#bcddc7 #c7bcdd #ddc7bc

Analogous Colors of #bcddc7

#bcddc7 #bcddd8 #c2ddbc

Monochromatic Colors of #bcddc7

#bcddc7

Complementary Color

#bcddc7 #ddbcd2

#bcddc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddc7 Color CSS Codes

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

#bcddc7 Text Font Color

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

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


#bcddc7 Background Color

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

This div background color is #bcddc7


#bcddc7 Border Color

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

This div border color is #bcddc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddc7

#bcddc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.