Color Hex Logo

#fdd760 Color Hex

#FDD760
(253,215,96)
0 Favorites   0 Comments

Color spaces of #fdd760

RGB 25321596
HSL0.130.980.68
HSV45°62°99°
CMYK 0.000.150.62   0.01
XYZ66.919870.328121.1140
Yxy70.32810.42260.4441
Hunter Lab83.8619-4.319443.7758
CIE-Lab87.15750.166362.0956

#fdd760 color RGB value is (253,215,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 01100000
Octal 375 327 140
Decimal 253 215 96
Hex FD D7 60

RGB Percentages of Color #fdd760

%44.86
%38.12
%17.02

CMYK Percentages of Color #fdd760

%0
%15
%62
%1

Triadic Colors of #fdd760

#fdd760 #60fdd7 #d760fd

Analogous Colors of #fdd760

#fdd760 #d5fd60 #fd8960

Monochromatic Colors of #fdd760

#fdd760

Complementary Color

#fdd760 #6086fd

#fdd760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd760 Color CSS Codes

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

#fdd760 Text Font Color

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

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


#fdd760 Background Color

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

This div background color is #fdd760


#fdd760 Border Color

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

This div border color is #fdd760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd760

#fdd760 Color Palettes


Comments

No comments written yet.

Please login to write comment.