Color Hex Logo

#fdb985 Color Hex

#FDB985
(253,185,133)
0 Favorites   0 Comments

Color spaces of #fdb985

RGB 253185133
HSL0.070.970.76
HSV26°47°99°
CMYK 0.000.270.47   0.01
XYZ62.090657.274029.9728
Yxy57.27400.41580.3835
Hunter Lab75.679614.009429.4940
CIE-Lab80.333518.612535.9896

#fdb985 color RGB value is (253,185,133).

#fdb985 hex color red value is 253, green value is 185 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fdb985 hue: 0.07 , saturation: 0.97 and the lightness value of fdb985 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10000101
Octal 375 271 205
Decimal 253 185 133
Hex FD B9 85

RGB Percentages of Color #fdb985

%44.31
%32.40
%23.29

CMYK Percentages of Color #fdb985

%0
%27
%47
%1

Triadic Colors of #fdb985

#fdb985 #85fdb9 #b985fd

Analogous Colors of #fdb985

#fdb985 #fdf585 #fd858d

Monochromatic Colors of #fdb985

#fdb985

Complementary Color

#fdb985 #85c9fd

#fdb985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb985 Color CSS Codes

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

#fdb985 Text Font Color

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

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


#fdb985 Background Color

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

This div background color is #fdb985


#fdb985 Border Color

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

This div border color is #fdb985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb985


Comments

No comments written yet.

Please login to write comment.