Color Hex Logo

#fdbf6e Color Hex

#FDBF6E
(253,191,110)
0 Favorites   0 Comments

Color spaces of #fdbf6e

RGB 253191110
HSL0.090.970.71
HSV34°57°99°
CMYK 0.000.250.57   0.01
XYZ61.953359.270022.9268
Yxy59.27000.42980.4112
Hunter Lab76.98708.916036.2343
CIE-Lab81.439813.523849.0149

#fdbf6e color RGB value is (253,191,110).

#fdbf6e hex color red value is 253, green value is 191 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fdbf6e hue: 0.09 , saturation: 0.97 and the lightness value of fdbf6e is 0.71.

The process color (four color CMYK) of #fdbf6e color hex is 0.00, 0.25, 0.57, 0.01. Web safe color of #fdbf6e is #ffcc66. Color #fdbf6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 01101110
Octal 375 277 156
Decimal 253 191 110
Hex FD BF 6E

RGB Percentages of Color #fdbf6e

%45.67
%34.48
%19.86

CMYK Percentages of Color #fdbf6e

%0
%25
%57
%1

Triadic Colors of #fdbf6e

#fdbf6e #6efdbf #bf6efd

Analogous Colors of #fdbf6e

#fdbf6e #f4fd6e #fd786e

Monochromatic Colors of #fdbf6e

#fdbf6e

Complementary Color

#fdbf6e #6eacfd

#fdbf6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbf6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbf6e Color CSS Codes

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

#fdbf6e Text Font Color

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

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


#fdbf6e Background Color

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

This div background color is #fdbf6e


#fdbf6e Border Color

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

This div border color is #fdbf6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbf6e


Comments

No comments written yet.

Please login to write comment.