Color Hex Logo

#fb685a Color Hex

#FB685A
(251,104,90)
0 Favorites   0 Comments

Color spaces of #fb685a

RGB 25110490
HSL0.010.950.67
HSV64°98°
CMYK 0.000.590.64   0.02
XYZ46.579431.148013.2300
Yxy31.14800.51210.3424
Hunter Lab55.810451.308125.0124
CIE-Lab62.632455.272136.5135

#fb685a color RGB value is (251,104,90).

#fb685a hex color red value is 251, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fb685a hue: 0.01 , saturation: 0.95 and the lightness value of fb685a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101000 01011010
Octal 373 150 132
Decimal 251 104 90
Hex FB 68 5A

RGB Percentages of Color #fb685a

%56.40
%23.37
%20.22

CMYK Percentages of Color #fb685a

%0
%59
%64
%2

Triadic Colors of #fb685a

#fb685a #5afb68 #685afb

Analogous Colors of #fb685a

#fb685a #fbb95a #fb5a9d

Monochromatic Colors of #fb685a

#fb685a

Complementary Color

#fb685a #5aedfb

#fb685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb685a Color CSS Codes

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

#fb685a Text Font Color

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

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


#fb685a Background Color

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

This div background color is #fb685a


#fb685a Border Color

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

This div border color is #fb685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb685a


Comments

No comments written yet.

Please login to write comment.