Color Hex Logo

#fdb993 Color Hex

#FDB993
(253,185,147)
0 Favorites   0 Comments

Color spaces of #fdb993

RGB 253185147
HSL0.060.960.78
HSV22°42°99°
CMYK 0.000.270.42   0.01
XYZ63.123457.687235.4115
Yxy57.68720.40410.3693
Hunter Lab75.952115.434325.5234
CIE-Lab80.564620.008628.9520

#fdb993 color RGB value is (253,185,147).

#fdb993 hex color red value is 253, green value is 185 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fdb993 hue: 0.06 , saturation: 0.96 and the lightness value of fdb993 is 0.78.

The process color (four color CMYK) of #fdb993 color hex is 0.00, 0.27, 0.42, 0.01. Web safe color of #fdb993 is #ffcc99. Color #fdb993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10010011
Octal 375 271 223
Decimal 253 185 147
Hex FD B9 93

RGB Percentages of Color #fdb993

%43.25
%31.62
%25.13

CMYK Percentages of Color #fdb993

%0
%27
%42
%1

Triadic Colors of #fdb993

#fdb993 #93fdb9 #b993fd

Analogous Colors of #fdb993

#fdb993 #fdee93 #fd93a2

Monochromatic Colors of #fdb993

#fdb993

Complementary Color

#fdb993 #93d7fd

#fdb993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb993 Color CSS Codes

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

#fdb993 Text Font Color

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

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


#fdb993 Background Color

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

This div background color is #fdb993


#fdb993 Border Color

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

This div border color is #fdb993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb993


Comments

No comments written yet.

Please login to write comment.