Color Hex Logo

#fb985f Color Hex

#FB985F
(251,152,95)
0 Favorites   0 Comments

Color spaces of #fb985f

RGB 25115295
HSL0.060.950.68
HSV22°62°98°
CMYK 0.000.390.62   0.02
XYZ53.077543.791916.4817
Yxy43.79190.46830.3863
Hunter Lab66.175427.362931.5560
CIE-Lab72.089232.049345.2893

#fb985f color RGB value is (251,152,95).

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

The process color (four color CMYK) of #fb985f color hex is 0.00, 0.39, 0.62, 0.02. Web safe color of #fb985f is #ff9966. Color #fb985f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011000 01011111
Octal 373 230 137
Decimal 251 152 95
Hex FB 98 5F

RGB Percentages of Color #fb985f

%50.40
%30.52
%19.08

CMYK Percentages of Color #fb985f

%0
%39
%62
%2

Triadic Colors of #fb985f

#fb985f #5ffb98 #985ffb

Analogous Colors of #fb985f

#fb985f #fbe65f #fb5f74

Monochromatic Colors of #fb985f

#fb985f

Complementary Color

#fb985f #5fc2fb

#fb985f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb985f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb985f Color CSS Codes

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

#fb985f Text Font Color

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

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


#fb985f Background Color

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

This div background color is #fb985f


#fb985f Border Color

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

This div border color is #fb985f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb985f

Related Colors


Comments

No comments written yet.

Please login to write comment.