Color Hex Logo

#ffbbbd Color Hex

#FFBBBD
(255,187,189)
0 Favorites   0 Comments

Color spaces of #ffbbbd

RGB 255187189
HSL1.001.000.87
HSV358°27°100°
CMYK 0.000.270.26   0.00
XYZ68.195660.474856.2226
Yxy60.47480.36880.3271
Hunter Lab77.765520.443811.5707
CIE-Lab82.095624.79408.6777

#ffbbbd color RGB value is (255,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 10111101
Octal 377 273 275
Decimal 255 187 189
Hex FF BB BD

RGB Percentages of Color #ffbbbd

%40.41
%29.64
%29.95

CMYK Percentages of Color #ffbbbd

%0
%27
%26
%0

Triadic Colors of #ffbbbd

#ffbbbd #bdffbb #bbbdff

Analogous Colors of #ffbbbd

#ffbbbd #ffdbbb #ffbbdf

Monochromatic Colors of #ffbbbd

#ffbbbd

Complementary Color

#ffbbbd #bbfffd

#ffbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbbd Color CSS Codes

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

#ffbbbd Text Font Color

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

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


#ffbbbd Background Color

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

This div background color is #ffbbbd


#ffbbbd Border Color

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

This div border color is #ffbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbbd

#ffbbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.