Color Hex Logo

#fdba78 Color Hex

#FDBA78
(253,186,120)
0 Favorites   0 Comments

Color spaces of #fdba78

RGB 253186120
HSL0.080.970.73
HSV30°53°99°
CMYK 0.000.260.53   0.01
XYZ61.457157.356525.6011
Yxy57.35650.42560.3972
Hunter Lab75.734112.315532.9715
CIE-Lab80.379716.932742.7299

#fdba78 color RGB value is (253,186,120).

#fdba78 hex color red value is 253, green value is 186 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fdba78 hue: 0.08 , saturation: 0.97 and the lightness value of fdba78 is 0.73.

The process color (four color CMYK) of #fdba78 color hex is 0.00, 0.26, 0.53, 0.01. Web safe color of #fdba78 is #ffcc66. Color #fdba78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 01111000
Octal 375 272 170
Decimal 253 186 120
Hex FD BA 78

RGB Percentages of Color #fdba78

%45.26
%33.27
%21.47

CMYK Percentages of Color #fdba78

%0
%26
%53
%1

Triadic Colors of #fdba78

#fdba78 #78fdba #ba78fd

Analogous Colors of #fdba78

#fdba78 #fdfd78 #fd7879

Monochromatic Colors of #fdba78

#fdba78

Complementary Color

#fdba78 #78bbfd

#fdba78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdba78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdba78 Color CSS Codes

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

#fdba78 Text Font Color

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

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


#fdba78 Background Color

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

This div background color is #fdba78


#fdba78 Border Color

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

This div border color is #fdba78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdba78

Related Colors


Comments

No comments written yet.

Please login to write comment.