Color Hex Logo

#fdb53c Color Hex

#FDB53C
(253,181,60)
0 Favorites   0 Comments

Color spaces of #fdb53c

RGB 25318160
HSL0.100.980.61
HSV38°76°99°
CMYK 0.000.280.76   0.01
XYZ57.847554.256611.6987
Yxy54.25660.46730.4383
Hunter Lab73.659111.280042.1448
CIE-Lab78.611115.919768.0426

#fdb53c color RGB value is (253,181,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 00111100
Octal 375 265 74
Decimal 253 181 60
Hex FD B5 3C

RGB Percentages of Color #fdb53c

%51.21
%36.64
%12.15

CMYK Percentages of Color #fdb53c

%0
%28
%76
%1

Triadic Colors of #fdb53c

#fdb53c #3cfdb5 #b53cfd

Analogous Colors of #fdb53c

#fdb53c #e5fd3c #fd553c

Monochromatic Colors of #fdb53c

#fdb53c

Complementary Color

#fdb53c #3c84fd

#fdb53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb53c Color CSS Codes

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

#fdb53c Text Font Color

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

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


#fdb53c Background Color

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

This div background color is #fdb53c


#fdb53c Border Color

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

This div border color is #fdb53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb53c


Comments

No comments written yet.

Please login to write comment.