Color Hex Logo

#ff685e Color Hex

#FF685E
(255,104,94)
0 Favorites   0 Comments

Color spaces of #ff685e

RGB 25510494
HSL0.011.000.68
HSV63°100°
CMYK 0.000.590.63   0.00
XYZ48.210731.968814.2193
Yxy31.96880.51070.3387
Hunter Lab56.541053.254724.6680
CIE-Lab63.317156.870035.2840

#ff685e color RGB value is (255,104,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101000 01011110
Octal 377 150 136
Decimal 255 104 94
Hex FF 68 5E

RGB Percentages of Color #ff685e

%56.29
%22.96
%20.75

CMYK Percentages of Color #ff685e

%0
%59
%63
%0

Triadic Colors of #ff685e

#ff685e #5eff68 #685eff

Analogous Colors of #ff685e

#ff685e #ffb95e #ff5ea5

Monochromatic Colors of #ff685e

#ff685e

Complementary Color

#ff685e #5ef5ff

#ff685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff685e Color CSS Codes

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

#ff685e Text Font Color

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

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


#ff685e Background Color

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

This div background color is #ff685e


#ff685e Border Color

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

This div border color is #ff685e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,104,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 #ff685e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff685e

Related Colors


Comments

No comments written yet.

Please login to write comment.