Color Hex Logo

#ffbcd2 Color Hex

#FFBCD2
(255,188,210)
0 Favorites   0 Comments

Color spaces of #ffbcd2

RGB 255188210
HSL0.951.000.87
HSV340°26°100°
CMYK 0.000.260.18   0.00
XYZ70.856161.879669.1822
Yxy61.87960.35090.3065
Hunter Lab78.663623.12232.9208
CIE-Lab82.849427.2919-1.5092

#ffbcd2 color RGB value is (255,188,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 11010010
Octal 377 274 322
Decimal 255 188 210
Hex FF BC D2

RGB Percentages of Color #ffbcd2

%39.05
%28.79
%32.16

CMYK Percentages of Color #ffbcd2

%0
%26
%18
%0

Triadic Colors of #ffbcd2

#ffbcd2 #d2ffbc #bcd2ff

Analogous Colors of #ffbcd2

#ffbcd2 #ffc8bc #ffbcf4

Monochromatic Colors of #ffbcd2

#ffbcd2

Complementary Color

#ffbcd2 #bcffe9

#ffbcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcd2 Color CSS Codes

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

#ffbcd2 Text Font Color

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

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


#ffbcd2 Background Color

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

This div background color is #ffbcd2


#ffbcd2 Border Color

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

This div border color is #ffbcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcd2

Related Colors


Comments

No comments written yet.

Please login to write comment.