Color Hex Logo

#fdbf93 Color Hex

#FDBF93
(253,191,147)
0 Favorites   0 Comments

Color spaces of #fdbf93

RGB 253191147
HSL0.070.960.78
HSV25°42°99°
CMYK 0.000.250.42   0.01
XYZ64.405360.250835.8388
Yxy60.25080.40130.3754
Hunter Lab77.621412.270526.9600
CIE-Lab81.974316.865330.8316

#fdbf93 color RGB value is (253,191,147).

#fdbf93 hex color red value is 253, green value is 191 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fdbf93 hue: 0.07 , saturation: 0.96 and the lightness value of fdbf93 is 0.78.

The process color (four color CMYK) of #fdbf93 color hex is 0.00, 0.25, 0.42, 0.01. Web safe color of #fdbf93 is #ffcc99. Color #fdbf93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 10010011
Octal 375 277 223
Decimal 253 191 147
Hex FD BF 93

RGB Percentages of Color #fdbf93

%42.81
%32.32
%24.87

CMYK Percentages of Color #fdbf93

%0
%25
%42
%1

Triadic Colors of #fdbf93

#fdbf93 #93fdbf #bf93fd

Analogous Colors of #fdbf93

#fdbf93 #fdf493 #fd939c

Monochromatic Colors of #fdbf93

#fdbf93

Complementary Color

#fdbf93 #93d1fd

#fdbf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbf93 Color CSS Codes

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

#fdbf93 Text Font Color

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

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


#fdbf93 Background Color

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

This div background color is #fdbf93


#fdbf93 Border Color

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

This div border color is #fdbf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbf93


Comments

No comments written yet.

Please login to write comment.