Color Hex Logo

#fdbdb7 Color Hex

#FDBDB7
(253,189,183)
0 Favorites   0 Comments

Color spaces of #fdbdb7

RGB 253189183
HSL0.010.950.85
HSV28°99°
CMYK 0.000.250.28   0.01
XYZ67.252960.696752.9708
Yxy60.69670.37170.3355
Hunter Lab77.908117.748114.2236
CIE-Lab82.215422.205412.0393

#fdbdb7 color RGB value is (253,189,183).

#fdbdb7 hex color red value is 253, green value is 189 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fdbdb7 hue: 0.01 , saturation: 0.95 and the lightness value of fdbdb7 is 0.85.

The process color (four color CMYK) of #fdbdb7 color hex is 0.00, 0.25, 0.28, 0.01. Web safe color of #fdbdb7 is #ffcccc. Color #fdbdb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 10110111
Octal 375 275 267
Decimal 253 189 183
Hex FD BD B7

RGB Percentages of Color #fdbdb7

%40.48
%30.24
%29.28

CMYK Percentages of Color #fdbdb7

%0
%25
%28
%1

Triadic Colors of #fdbdb7

#fdbdb7 #b7fdbd #bdb7fd

Analogous Colors of #fdbdb7

#fdbdb7 #fde0b7 #fdb7d4

Monochromatic Colors of #fdbdb7

#fdbdb7

Complementary Color

#fdbdb7 #b7f7fd

#fdbdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdb7 Color CSS Codes

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

#fdbdb7 Text Font Color

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

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


#fdbdb7 Background Color

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

This div background color is #fdbdb7


#fdbdb7 Border Color

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

This div border color is #fdbdb7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,189,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdbdb7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdbdb7;
  -webkit-box-shadow: 1px 1px 3px 2px #fdbdb7;
  box-shadow:         1px 1px 3px 2px #fdbdb7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,189,183, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdb7


Comments

No comments written yet.

Please login to write comment.