Color Hex Logo

#fd695e Color Hex

#FD695E
(253,105,94)
0 Favorites   0 Comments

Color spaces of #fd695e

RGB 25310594
HSL0.010.980.68
HSV63°99°
CMYK 0.000.580.63   0.01
XYZ47.580031.793914.2188
Yxy31.79390.50840.3397
Hunter Lab56.386151.947224.5192
CIE-Lab63.172255.748135.0353

#fd695e color RGB value is (253,105,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 01011110
Octal 375 151 136
Decimal 253 105 94
Hex FD 69 5E

RGB Percentages of Color #fd695e

%55.97
%23.23
%20.80

CMYK Percentages of Color #fd695e

%0
%58
%63
%1

Triadic Colors of #fd695e

#fd695e #5efd69 #695efd

Analogous Colors of #fd695e

#fd695e #fdb95e #fd5ea3

Monochromatic Colors of #fd695e

#fd695e

Complementary Color

#fd695e #5ef2fd

#fd695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd695e Color CSS Codes

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

#fd695e Text Font Color

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

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


#fd695e Background Color

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

This div background color is #fd695e


#fd695e Border Color

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

This div border color is #fd695e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd695e


Comments

No comments written yet.

Please login to write comment.