Color Hex Logo

#fdc760 Color Hex

#FDC760
(253,199,96)
0 Favorites   0 Comments

Color spaces of #fdc760

RGB 25319996
HSL0.110.980.68
HSV39°62°99°
CMYK 0.000.210.62   0.01
XYZ63.042862.574019.8216
Yxy62.57400.43350.4302
Hunter Lab79.10373.826540.5159
CIE-Lab83.21778.386857.7147

#fdc760 color RGB value is (253,199,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 01100000
Octal 375 307 140
Decimal 253 199 96
Hex FD C7 60

RGB Percentages of Color #fdc760

%46.17
%36.31
%17.52

CMYK Percentages of Color #fdc760

%0
%21
%62
%1

Triadic Colors of #fdc760

#fdc760 #60fdc7 #c760fd

Analogous Colors of #fdc760

#fdc760 #e5fd60 #fd7960

Monochromatic Colors of #fdc760

#fdc760

Complementary Color

#fdc760 #6096fd

#fdc760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc760 Color CSS Codes

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

#fdc760 Text Font Color

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

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


#fdc760 Background Color

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

This div background color is #fdc760


#fdc760 Border Color

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

This div border color is #fdc760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc760


Comments

No comments written yet.

Please login to write comment.