Color Hex Logo

#fd684a Color Hex

#FD684A
(253,104,74)
0 Favorites   0 Comments

Color spaces of #fd684a

RGB 25310474
HSL0.030.980.64
HSV10°71°99°
CMYK 0.000.590.71   0.01
XYZ46.694431.277710.0547
Yxy31.27770.53050.3553
Hunter Lab55.926551.162828.4891
CIE-Lab62.741455.126545.3614

#fd684a color RGB value is (253,104,74).

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

The process color (four color CMYK) of #fd684a color hex is 0.00, 0.59, 0.71, 0.01. Web safe color of #fd684a is #ff6633. Color #fd684a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 01001010
Octal 375 150 112
Decimal 253 104 74
Hex FD 68 4A

RGB Percentages of Color #fd684a

%58.70
%24.13
%17.17

CMYK Percentages of Color #fd684a

%0
%59
%71
%1

Triadic Colors of #fd684a

#fd684a #4afd68 #684afd

Analogous Colors of #fd684a

#fd684a #fdc24a #fd4a86

Monochromatic Colors of #fd684a

#fd684a

Complementary Color

#fd684a #4adffd

#fd684a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd684a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd684a Color CSS Codes

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

#fd684a Text Font Color

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

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


#fd684a Background Color

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

This div background color is #fd684a


#fd684a Border Color

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

This div border color is #fd684a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd684a


Comments

No comments written yet.

Please login to write comment.