Color Hex Logo

#fdbdab Color Hex

#FDBDAB
(253,189,171)
0 Favorites   0 Comments

Color spaces of #fdbdab

RGB 253189171
HSL0.040.950.83
HSV13°32°99°
CMYK 0.000.250.32   0.01
XYZ66.056360.218146.6698
Yxy60.21810.38200.3482
Hunter Lab77.600316.145318.6625
CIE-Lab81.956620.662718.0951

#fdbdab color RGB value is (253,189,171).

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

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

Base Numbers

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

RGB Percentages of Color #fdbdab

%41.27
%30.83
%27.90

CMYK Percentages of Color #fdbdab

%0
%25
%32
%1

Triadic Colors of #fdbdab

#fdbdab #abfdbd #bdabfd

Analogous Colors of #fdbdab

#fdbdab #fde6ab #fdabc2

Monochromatic Colors of #fdbdab

#fdbdab

Complementary Color

#fdbdab #abebfd

#fdbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdab Color CSS Codes

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

#fdbdab Text Font Color

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

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


#fdbdab Background Color

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

This div background color is #fdbdab


#fdbdab Border Color

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

This div border color is #fdbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdab


Comments

No comments written yet.

Please login to write comment.