Color Hex Logo

#fdba93 Color Hex

#FDBA93
(253,186,147)
0 Favorites   0 Comments

Color spaces of #fdba93

RGB 253186147
HSL0.060.960.78
HSV22°42°99°
CMYK 0.000.260.42   0.01
XYZ63.333458.107035.4815
Yxy58.10700.40360.3703
Hunter Lab76.227914.906425.7621
CIE-Lab80.798219.484629.2643

#fdba93 color RGB value is (253,186,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 10010011
Octal 375 272 223
Decimal 253 186 147
Hex FD BA 93

RGB Percentages of Color #fdba93

%43.17
%31.74
%25.09

CMYK Percentages of Color #fdba93

%0
%26
%42
%1

Triadic Colors of #fdba93

#fdba93 #93fdba #ba93fd

Analogous Colors of #fdba93

#fdba93 #fdef93 #fd93a1

Monochromatic Colors of #fdba93

#fdba93

Complementary Color

#fdba93 #93d6fd

#fdba93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdba93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdba93 Color CSS Codes

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

#fdba93 Text Font Color

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

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


#fdba93 Background Color

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

This div background color is #fdba93


#fdba93 Border Color

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

This div border color is #fdba93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdba93

Related Colors


Comments

No comments written yet.

Please login to write comment.