Color Hex Logo

#ffbbdc Color Hex

#FFBBDC
(255,187,220)
0 Favorites   0 Comments

Color spaces of #ffbbdc

RGB 255187220
HSL0.921.000.87
HSV331°27°100°
CMYK 0.000.270.14   0.00
XYZ71.928661.968075.8801
Yxy61.96800.34290.2954
Hunter Lab78.719825.3412-2.0474
CIE-Lab82.896429.3651-6.8069

#ffbbdc color RGB value is (255,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 11011100
Octal 377 273 334
Decimal 255 187 220
Hex FF BB DC

RGB Percentages of Color #ffbbdc

%38.52
%28.25
%33.23

CMYK Percentages of Color #ffbbdc

%0
%27
%14
%0

Triadic Colors of #ffbbdc

#ffbbdc #dcffbb #bbdcff

Analogous Colors of #ffbbdc

#ffbbdc #ffbcbb #ffbbfe

Monochromatic Colors of #ffbbdc

#ffbbdc

Complementary Color

#ffbbdc #bbffde

#ffbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbdc Color CSS Codes

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

#ffbbdc Text Font Color

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

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


#ffbbdc Background Color

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

This div background color is #ffbbdc


#ffbbdc Border Color

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

This div border color is #ffbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbdc


Comments

No comments written yet.

Please login to write comment.