Color Hex Logo

#ffd0bb Color Hex

#FFD0BB
(255,208,187)
1 Favorites   0 Comments

Color spaces of #ffd0bb

RGB 255208187
HSL0.051.000.87
HSV19°27°100°
CMYK 0.000.180.27   0.00
XYZ72.765569.959656.6821
Yxy69.95960.36490.3508
Hunter Lab83.64198.915518.3699
CIE-Lab86.977013.536516.6580

#ffd0bb color RGB value is (255,208,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 10111011
Octal 377 320 273
Decimal 255 208 187
Hex FF D0 BB

RGB Percentages of Color #ffd0bb

%39.23
%32.00
%28.77

CMYK Percentages of Color #ffd0bb

%0
%18
%27
%0

Triadic Colors of #ffd0bb

#ffd0bb #bbffd0 #d0bbff

Analogous Colors of #ffd0bb

#ffd0bb #fff2bb #ffbbc8

Monochromatic Colors of #ffd0bb

#ffd0bb

Complementary Color

#ffd0bb #bbeaff

#ffd0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd0bb Color CSS Codes

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

#ffd0bb Text Font Color

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

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


#ffd0bb Background Color

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

This div background color is #ffd0bb


#ffd0bb Border Color

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

This div border color is #ffd0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd0bb

Related Colors

#ffd0bb Color Palettes


Comments

No comments written yet.

Please login to write comment.