Color Hex Logo

#fb9e5e Color Hex

#FB9E5E
(251,158,94)
0 Favorites   0 Comments

Color spaces of #fb9e5e

RGB 25115894
HSL0.070.950.68
HSV24°63°98°
CMYK 0.000.370.63   0.02
XYZ54.030945.771116.5766
Yxy45.77110.46430.3933
Hunter Lab67.654324.160732.8309
CIE-Lab73.396828.863947.3396

#fb9e5e color RGB value is (251,158,94).

#fb9e5e hex color red value is 251, green value is 158 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fb9e5e hue: 0.07 , saturation: 0.95 and the lightness value of fb9e5e is 0.68.

The process color (four color CMYK) of #fb9e5e color hex is 0.00, 0.37, 0.63, 0.02. Web safe color of #fb9e5e is #ff9966. Color #fb9e5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011110 01011110
Octal 373 236 136
Decimal 251 158 94
Hex FB 9E 5E

RGB Percentages of Color #fb9e5e

%49.90
%31.41
%18.69

CMYK Percentages of Color #fb9e5e

%0
%37
%63
%2

Triadic Colors of #fb9e5e

#fb9e5e #5efb9e #9e5efb

Analogous Colors of #fb9e5e

#fb9e5e #fbed5e #fb5e6d

Monochromatic Colors of #fb9e5e

#fb9e5e

Complementary Color

#fb9e5e #5ebbfb

#fb9e5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9e5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9e5e Color CSS Codes

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

#fb9e5e Text Font Color

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

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


#fb9e5e Background Color

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

This div background color is #fb9e5e


#fb9e5e Border Color

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

This div border color is #fb9e5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9e5e


Comments

No comments written yet.

Please login to write comment.