Color Hex Logo

#ffbbbc Color Hex

#FFBBBC
(255,187,188)
0 Favorites   0 Comments

Color spaces of #ffbbbc

RGB 255187188
HSL1.001.000.87
HSV359°27°100°
CMYK 0.000.270.26   0.00
XYZ68.087460.431555.6528
Yxy60.43150.36970.3281
Hunter Lab77.737720.300211.9704
CIE-Lab82.072224.65819.1812

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

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

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

Base Numbers

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

RGB Percentages of Color #ffbbbc

%40.48
%29.68
%29.84

CMYK Percentages of Color #ffbbbc

%0
%27
%26
%0

Triadic Colors of #ffbbbc

#ffbbbc #bcffbb #bbbcff

Analogous Colors of #ffbbbc

#ffbbbc #ffdcbb #ffbbde

Monochromatic Colors of #ffbbbc

#ffbbbc

Complementary Color

#ffbbbc #bbfffe

#ffbbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbbc Color CSS Codes

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

#ffbbbc Text Font Color

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

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


#ffbbbc Background Color

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

This div background color is #ffbbbc


#ffbbbc Border Color

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

This div border color is #ffbbbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,187,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 #ffbbbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbbc


Comments

No comments written yet.

Please login to write comment.