Color Hex Logo

#fdbdbd Color Hex

#FDBDBD
(253,189,189)
0 Favorites   0 Comments

Color spaces of #fdbdbd

RGB 253189189
HSL0.000.940.87
HSV25°99°
CMYK 0.000.250.25   0.01
XYZ67.890960.952056.3308
Yxy60.95200.36660.3292
Hunter Lab78.071818.597311.8710
CIE-Lab82.352923.01719.0185

#fdbdbd color RGB value is (253,189,189).

#fdbdbd hex color red value is 253, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fdbdbd hue: 0.00 , saturation: 0.94 and the lightness value of fdbdbd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 10111101
Octal 375 275 275
Decimal 253 189 189
Hex FD BD BD

RGB Percentages of Color #fdbdbd

%40.10
%29.95
%29.95

CMYK Percentages of Color #fdbdbd

%0
%25
%25
%1

Triadic Colors of #fdbdbd

#fdbdbd #bdfdbd #bdbdfd

Analogous Colors of #fdbdbd

#fdbdbd #fdddbd #fdbddd

Monochromatic Colors of #fdbdbd

#fdbdbd

Complementary Color

#fdbdbd #bdfdfd

#fdbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdbd Color CSS Codes

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

#fdbdbd Text Font Color

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

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


#fdbdbd Background Color

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

This div background color is #fdbdbd


#fdbdbd Border Color

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

This div border color is #fdbdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdbd

#fdbdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.