Color Hex Logo

#ffd3bb Color Hex

#FFD3BB
(255,211,187)
0 Favorites   0 Comments

Color spaces of #ffd3bb

RGB 255211187
HSL0.061.000.87
HSV21°27°100°
CMYK 0.000.170.27   0.00
XYZ73.503971.436456.9282
Yxy71.43640.36410.3539
Hunter Lab84.52017.324619.2295
CIE-Lab87.696611.976917.6661

#ffd3bb color RGB value is (255,211,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 10111011
Octal 377 323 273
Decimal 255 211 187
Hex FF D3 BB

RGB Percentages of Color #ffd3bb

%39.05
%32.31
%28.64

CMYK Percentages of Color #ffd3bb

%0
%17
%27
%0

Triadic Colors of #ffd3bb

#ffd3bb #bbffd3 #d3bbff

Analogous Colors of #ffd3bb

#ffd3bb #fff5bb #ffbbc5

Monochromatic Colors of #ffd3bb

#ffd3bb

Complementary Color

#ffd3bb #bbe7ff

#ffd3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd3bb Color CSS Codes

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

#ffd3bb Text Font Color

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

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


#ffd3bb Background Color

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

This div background color is #ffd3bb


#ffd3bb Border Color

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

This div border color is #ffd3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd3bb

Related Colors

#ffd3bb Color Palettes


Comments

No comments written yet.

Please login to write comment.