Color Hex Logo

#fdc753 Color Hex

#FDC753
(253,199,83)
0 Favorites   0 Comments

Color spaces of #fdc753

RGB 25319983
HSL0.110.980.66
HSV41°67°99°
CMYK 0.000.210.67   0.01
XYZ62.492862.354016.9254
Yxy62.35400.44080.4398
Hunter Lab78.96453.077542.5669
CIE-Lab83.10137.616863.3277

#fdc753 color RGB value is (253,199,83).

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

The process color (four color CMYK) of #fdc753 color hex is 0.00, 0.21, 0.67, 0.01. Web safe color of #fdc753 is #ffcc66. Color #fdc753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 01010011
Octal 375 307 123
Decimal 253 199 83
Hex FD C7 53

RGB Percentages of Color #fdc753

%47.29
%37.20
%15.51

CMYK Percentages of Color #fdc753

%0
%21
%67
%1

Triadic Colors of #fdc753

#fdc753 #53fdc7 #c753fd

Analogous Colors of #fdc753

#fdc753 #defd53 #fd7253

Monochromatic Colors of #fdc753

#fdc753

Complementary Color

#fdc753 #5389fd

#fdc753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc753 Color CSS Codes

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

#fdc753 Text Font Color

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

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


#fdc753 Background Color

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

This div background color is #fdc753


#fdc753 Border Color

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

This div border color is #fdc753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc753


Comments

No comments written yet.

Please login to write comment.