Color Hex Logo

#fd684d Color Hex

#FD684D
(253,104,77)
0 Favorites   0 Comments

Color spaces of #fd684d

RGB 25310477
HSL0.030.980.65
HSV70°99°
CMYK 0.000.590.70   0.01
XYZ46.797931.319110.5998
Yxy31.31910.52750.3530
Hunter Lab55.963551.329627.9446
CIE-Lab62.776155.268143.8163

#fd684d color RGB value is (253,104,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 01001101
Octal 375 150 115
Decimal 253 104 77
Hex FD 68 4D

RGB Percentages of Color #fd684d

%58.29
%23.96
%17.74

CMYK Percentages of Color #fd684d

%0
%59
%70
%1

Triadic Colors of #fd684d

#fd684d #4dfd68 #684dfd

Analogous Colors of #fd684d

#fd684d #fdc04d #fd4d8a

Monochromatic Colors of #fd684d

#fd684d

Complementary Color

#fd684d #4de2fd

#fd684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd684d Color CSS Codes

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

#fd684d Text Font Color

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

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


#fd684d Background Color

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

This div background color is #fd684d


#fd684d Border Color

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

This div border color is #fd684d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd684d


Comments

No comments written yet.

Please login to write comment.