Color Hex Logo

#fd694e Color Hex

#FD694E
(253,105,78)
0 Favorites   0 Comments

Color spaces of #fd694e

RGB 25310578
HSL0.030.980.65
HSV69°99°
CMYK 0.000.580.69   0.01
XYZ46.934731.535910.8210
Yxy31.53590.52560.3532
Hunter Lab56.156850.912127.8850
CIE-Lab62.957454.870743.4934

#fd694e color RGB value is (253,105,78).

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

The process color (four color CMYK) of #fd694e color hex is 0.00, 0.58, 0.69, 0.01. Web safe color of #fd694e is #ff6666. Color #fd694e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 01001110
Octal 375 151 116
Decimal 253 105 78
Hex FD 69 4E

RGB Percentages of Color #fd694e

%58.03
%24.08
%17.89

CMYK Percentages of Color #fd694e

%0
%58
%69
%1

Triadic Colors of #fd694e

#fd694e #4efd69 #694efd

Analogous Colors of #fd694e

#fd694e #fdc14e #fd4e8b

Monochromatic Colors of #fd694e

#fd694e

Complementary Color

#fd694e #4ee2fd

#fd694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd694e Color CSS Codes

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

#fd694e Text Font Color

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

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


#fd694e Background Color

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

This div background color is #fd694e


#fd694e Border Color

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

This div border color is #fd694e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd694e


Comments

No comments written yet.

Please login to write comment.