Color Hex Logo

#fdd965 Color Hex

#FDD965
(253,217,101)
0 Favorites   0 Comments

Color spaces of #fdd965

RGB 253217101
HSL0.130.970.69
HSV46°60°99°
CMYK 0.000.140.60   0.01
XYZ67.669871.447922.5362
Yxy71.44790.41860.4420
Hunter Lab84.5269-5.020043.3611
CIE-Lab87.7022-0.525660.4917

#fdd965 color RGB value is (253,217,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 01100101
Octal 375 331 145
Decimal 253 217 101
Hex FD D9 65

RGB Percentages of Color #fdd965

%44.31
%38.00
%17.69

CMYK Percentages of Color #fdd965

%0
%14
%60
%1

Triadic Colors of #fdd965

#fdd965 #65fdd9 #d965fd

Analogous Colors of #fdd965

#fdd965 #d5fd65 #fd8d65

Monochromatic Colors of #fdd965

#fdd965

Complementary Color

#fdd965 #6589fd

#fdd965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd965 Color CSS Codes

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

#fdd965 Text Font Color

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

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


#fdd965 Background Color

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

This div background color is #fdd965


#fdd965 Border Color

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

This div border color is #fdd965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd965

Related Colors


Comments

No comments written yet.

Please login to write comment.