Color Hex Logo

#fddf59 Color Hex

#FDDF59
(253,223,89)
0 Favorites   0 Comments

Color spaces of #fddf59

RGB 25322389
HSL0.140.980.67
HSV49°65°99°
CMYK 0.000.120.65   0.01
XYZ68.698974.379320.1870
Yxy74.37930.42080.4556
Hunter Lab86.2434-8.738346.4924
CIE-Lab89.1014-4.305267.1668

#fddf59 color RGB value is (253,223,89).

#fddf59 hex color red value is 253, green value is 223 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fddf59 hue: 0.14 , saturation: 0.98 and the lightness value of fddf59 is 0.67.

The process color (four color CMYK) of #fddf59 color hex is 0.00, 0.12, 0.65, 0.01. Web safe color of #fddf59 is #ffcc66. Color #fddf59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 01011001
Octal 375 337 131
Decimal 253 223 89
Hex FD DF 59

RGB Percentages of Color #fddf59

%44.78
%39.47
%15.75

CMYK Percentages of Color #fddf59

%0
%12
%65
%1

Triadic Colors of #fddf59

#fddf59 #59fddf #df59fd

Analogous Colors of #fddf59

#fddf59 #c9fd59 #fd8d59

Monochromatic Colors of #fddf59

#fddf59

Complementary Color

#fddf59 #5977fd

#fddf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddf59 Color CSS Codes

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

#fddf59 Text Font Color

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

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


#fddf59 Background Color

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

This div background color is #fddf59


#fddf59 Border Color

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

This div border color is #fddf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddf59


Comments

No comments written yet.

Please login to write comment.