Color Hex Logo

#ffbcdf Color Hex

#FFBCDF
(255,188,223)
0 Favorites   0 Comments

Color spaces of #ffbcdf

RGB 255188223
HSL0.911.000.87
HSV329°26°100°
CMYK 0.000.260.13   0.00
XYZ72.542562.554278.0628
Yxy62.55420.34030.2935
Hunter Lab79.091225.3107-3.1552
CIE-Lab83.207329.3178-7.9550

#ffbcdf color RGB value is (255,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 11011111
Octal 377 274 337
Decimal 255 188 223
Hex FF BC DF

RGB Percentages of Color #ffbcdf

%38.29
%28.23
%33.48

CMYK Percentages of Color #ffbcdf

%0
%26
%13
%0

Triadic Colors of #ffbcdf

#ffbcdf #dfffbc #bcdfff

Analogous Colors of #ffbcdf

#ffbcdf #ffbcbe #febcff

Monochromatic Colors of #ffbcdf

#ffbcdf

Complementary Color

#ffbcdf #bcffdc

#ffbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcdf Color CSS Codes

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

#ffbcdf Text Font Color

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

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


#ffbcdf Background Color

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

This div background color is #ffbcdf


#ffbcdf Border Color

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

This div border color is #ffbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcdf


Comments

No comments written yet.

Please login to write comment.