Color Hex Logo

#bcddc8 Color Hex

#BCDDC8
(188,221,200)
0 Favorites   0 Comments

Color spaces of #bcddc8

RGB 188221200
HSL0.390.330.80
HSV142°15°87°
CMYK 0.150.000.10   0.13
XYZ57.020866.574464.4884
Yxy66.57440.30320.3540
Hunter Lab81.5931-18.044510.2544
CIE-Lab85.2886-14.89056.6762

#bcddc8 color RGB value is (188,221,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11001000
Octal 274 335 310
Decimal 188 221 200
Hex BC DD C8

RGB Percentages of Color #bcddc8

%30.87
%36.29
%32.84

CMYK Percentages of Color #bcddc8

%15
%0
%10
%13

Triadic Colors of #bcddc8

#bcddc8 #c8bcdd #ddc8bc

Analogous Colors of #bcddc8

#bcddc8 #bcddd9 #c1ddbc

Monochromatic Colors of #bcddc8

#bcddc8

Complementary Color

#bcddc8 #ddbcd1

#bcddc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddc8 Color CSS Codes

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

#bcddc8 Text Font Color

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

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


#bcddc8 Background Color

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

This div background color is #bcddc8


#bcddc8 Border Color

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

This div border color is #bcddc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddc8


Comments

No comments written yet.

Please login to write comment.