Color Hex Logo

#fdb83c Color Hex

#FDB83C
(253,184,60)
0 Favorites   0 Comments

Color spaces of #fdb83c

RGB 25318460
HSL0.110.980.61
HSV39°76°99°
CMYK 0.000.270.76   0.01
XYZ58.464155.489911.9042
Yxy55.48990.46450.4409
Hunter Lab74.49159.734142.6692
CIE-Lab79.322614.353168.7158

#fdb83c color RGB value is (253,184,60).

#fdb83c hex color red value is 253, green value is 184 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fdb83c hue: 0.11 , saturation: 0.98 and the lightness value of fdb83c is 0.61.

The process color (four color CMYK) of #fdb83c color hex is 0.00, 0.27, 0.76, 0.01. Web safe color of #fdb83c is #ffcc33. Color #fdb83c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 00111100
Octal 375 270 74
Decimal 253 184 60
Hex FD B8 3C

RGB Percentages of Color #fdb83c

%50.91
%37.02
%12.07

CMYK Percentages of Color #fdb83c

%0
%27
%76
%1

Triadic Colors of #fdb83c

#fdb83c #3cfdb8 #b83cfd

Analogous Colors of #fdb83c

#fdb83c #e2fd3c #fd583c

Monochromatic Colors of #fdb83c

#fdb83c

Complementary Color

#fdb83c #3c81fd

#fdb83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb83c Color CSS Codes

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

#fdb83c Text Font Color

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

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


#fdb83c Background Color

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

This div background color is #fdb83c


#fdb83c Border Color

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

This div border color is #fdb83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb83c


Comments

No comments written yet.

Please login to write comment.