Color Hex Logo

#ffbcdc Color Hex

#FFBCDC
(255,188,220)
0 Favorites   0 Comments

Color spaces of #ffbcdc

RGB 255188220
HSL0.921.000.87
HSV331°26°100°
CMYK 0.000.260.14   0.00
XYZ72.141562.393775.9511
Yxy62.39370.34270.2964
Hunter Lab78.989724.7926-1.7164
CIE-Lab83.122328.8403-6.4726

#ffbcdc color RGB value is (255,188,220).

#ffbcdc hex color red value is 255, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ffbcdc hue: 0.92 , saturation: 1.00 and the lightness value of ffbcdc is 0.87.

The process color (four color CMYK) of #ffbcdc color hex is 0.00, 0.26, 0.14, 0.00. Web safe color of #ffbcdc is #ffcccc. Color #ffbcdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 11011100
Octal 377 274 334
Decimal 255 188 220
Hex FF BC DC

RGB Percentages of Color #ffbcdc

%38.46
%28.36
%33.18

CMYK Percentages of Color #ffbcdc

%0
%26
%14
%0

Triadic Colors of #ffbcdc

#ffbcdc #dcffbc #bcdcff

Analogous Colors of #ffbcdc

#ffbcdc #ffbebc #ffbcfe

Monochromatic Colors of #ffbcdc

#ffbcdc

Complementary Color

#ffbcdc #bcffdf

#ffbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcdc Color CSS Codes

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

#ffbcdc Text Font Color

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

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


#ffbcdc Background Color

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

This div background color is #ffbcdc


#ffbcdc Border Color

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

This div border color is #ffbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcdc


Comments

No comments written yet.

Please login to write comment.