Color Hex Logo

#fdd960 Color Hex

#FDD960
(253,217,96)
0 Favorites   0 Comments

Color spaces of #fdd960

RGB 25321796
HSL0.130.980.68
HSV46°62°99°
CMYK 0.000.140.62   0.01
XYZ67.432271.352921.2848
Yxy71.35290.42130.4458
Hunter Lab84.4706-5.328644.1896
CIE-Lab87.6562-0.850662.6440

#fdd960 color RGB value is (253,217,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 01100000
Octal 375 331 140
Decimal 253 217 96
Hex FD D9 60

RGB Percentages of Color #fdd960

%44.70
%38.34
%16.96

CMYK Percentages of Color #fdd960

%0
%14
%62
%1

Triadic Colors of #fdd960

#fdd960 #60fdd9 #d960fd

Analogous Colors of #fdd960

#fdd960 #d3fd60 #fd8b60

Monochromatic Colors of #fdd960

#fdd960

Complementary Color

#fdd960 #6084fd

#fdd960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd960 Color CSS Codes

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

#fdd960 Text Font Color

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

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


#fdd960 Background Color

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

This div background color is #fdd960


#fdd960 Border Color

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

This div border color is #fdd960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd960

Related Colors


Comments

No comments written yet.

Please login to write comment.