Color Hex Logo

#ffbbd1 Color Hex

#FFBBD1
(255,187,209)
0 Favorites   0 Comments

Color spaces of #ffbbd1

RGB 255187209
HSL0.951.000.87
HSV341°27°100°
CMYK 0.000.270.18   0.00
XYZ70.518961.404168.4570
Yxy61.40410.35190.3064
Hunter Lab78.360823.50553.0560
CIE-Lab82.595527.6657-1.3440

#ffbbd1 color RGB value is (255,187,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 11010001
Octal 377 273 321
Decimal 255 187 209
Hex FF BB D1

RGB Percentages of Color #ffbbd1

%39.17
%28.73
%32.10

CMYK Percentages of Color #ffbbd1

%0
%27
%18
%0

Triadic Colors of #ffbbd1

#ffbbd1 #d1ffbb #bbd1ff

Analogous Colors of #ffbbd1

#ffbbd1 #ffc7bb #ffbbf3

Monochromatic Colors of #ffbbd1

#ffbbd1

Complementary Color

#ffbbd1 #bbffe9

#ffbbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbd1 Color CSS Codes

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

#ffbbd1 Text Font Color

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

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


#ffbbd1 Background Color

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

This div background color is #ffbbd1


#ffbbd1 Border Color

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

This div border color is #ffbbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbd1


Comments

No comments written yet.

Please login to write comment.