Color Hex Logo

#ffbcbc Color Hex

#FFBCBC
(255,188,188)
3 Favorites   0 Comments

Color spaces of #ffbcbc

RGB 255188188
HSL0.001.000.87
HSV26°100°
CMYK 0.000.260.26   0.00
XYZ68.300360.857355.7238
Yxy60.85730.36940.3292
Hunter Lab78.011119.761012.2566
CIE-Lab82.302024.13349.5094

#ffbcbc color RGB value is (255,188,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 10111100
Octal 377 274 274
Decimal 255 188 188
Hex FF BC BC

RGB Percentages of Color #ffbcbc

%40.41
%29.79
%29.79

CMYK Percentages of Color #ffbcbc

%0
%26
%26
%0

Triadic Colors of #ffbcbc

#ffbcbc #bcffbc #bcbcff

Analogous Colors of #ffbcbc

#ffbcbc #ffdebc #ffbcde

Monochromatic Colors of #ffbcbc

#ffbcbc

Complementary Color

#ffbcbc #bcffff

#ffbcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcbc Color CSS Codes

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

#ffbcbc Text Font Color

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

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


#ffbcbc Background Color

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

This div background color is #ffbcbc


#ffbcbc Border Color

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

This div border color is #ffbcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcbc


Comments

No comments written yet.

Please login to write comment.