Color Hex Logo

#fd685d Color Hex

#FD685D
(253,104,93)
0 Favorites   0 Comments

Color spaces of #fd685d

RGB 25310493
HSL0.010.980.68
HSV63°99°
CMYK 0.000.590.63   0.01
XYZ47.434131.573613.9502
Yxy31.57360.51030.3397
Hunter Lab56.190452.350724.6135
CIE-Lab62.988956.131935.3623

#fd685d color RGB value is (253,104,93).

#fd685d hex color red value is 253, green value is 104 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fd685d hue: 0.01 , saturation: 0.98 and the lightness value of fd685d is 0.68.

The process color (four color CMYK) of #fd685d color hex is 0.00, 0.59, 0.63, 0.01. Web safe color of #fd685d is #ff6666. Color #fd685d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 01011101
Octal 375 150 135
Decimal 253 104 93
Hex FD 68 5D

RGB Percentages of Color #fd685d

%56.22
%23.11
%20.67

CMYK Percentages of Color #fd685d

%0
%59
%63
%1

Triadic Colors of #fd685d

#fd685d #5dfd68 #685dfd

Analogous Colors of #fd685d

#fd685d #fdb85d #fd5da2

Monochromatic Colors of #fd685d

#fd685d

Complementary Color

#fd685d #5df2fd

#fd685d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd685d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd685d Color CSS Codes

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

#fd685d Text Font Color

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

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


#fd685d Background Color

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

This div background color is #fd685d


#fd685d Border Color

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

This div border color is #fd685d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd685d

Related Colors


Comments

No comments written yet.

Please login to write comment.