Color Hex Logo

#ffbcbb Color Hex

#FFBCBB
(255,188,187)
1 Favorites   0 Comments

Color spaces of #ffbcbb

RGB 255188187
HSL0.001.000.87
HSV27°100°
CMYK 0.000.260.27   0.00
XYZ68.192960.814355.1579
Yxy60.81430.37030.3302
Hunter Lab77.983519.618612.6525
CIE-Lab82.278823.998410.0129

#ffbcbb color RGB value is (255,188,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 10111011
Octal 377 274 273
Decimal 255 188 187
Hex FF BC BB

RGB Percentages of Color #ffbcbb

%40.48
%29.84
%29.68

CMYK Percentages of Color #ffbcbb

%0
%26
%27
%0

Triadic Colors of #ffbcbb

#ffbcbb #bbffbc #bcbbff

Analogous Colors of #ffbcbb

#ffbcbb #ffdebb #ffbbdc

Monochromatic Colors of #ffbcbb

#ffbcbb

Complementary Color

#ffbcbb #bbfeff

#ffbcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcbb Color CSS Codes

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

#ffbcbb Text Font Color

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

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


#ffbcbb Background Color

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

This div background color is #ffbcbb


#ffbcbb Border Color

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

This div border color is #ffbcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcbb


Comments

No comments written yet.

Please login to write comment.