Color Hex Logo

#fdf559 Color Hex

#FDF559
(253,245,89)
0 Favorites   0 Comments

Color spaces of #fdf559

RGB 25324589
HSL0.160.980.67
HSV57°65°99°
CMYK 0.000.030.65   0.01
XYZ74.963686.908722.2753
Yxy86.90870.40710.4720
Hunter Lab93.2248-19.608751.0905
CIE-Lab94.6995-15.189973.0144

#fdf559 color RGB value is (253,245,89).

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

The process color (four color CMYK) of #fdf559 color hex is 0.00, 0.03, 0.65, 0.01. Web safe color of #fdf559 is #ffff66. Color #fdf559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 01011001
Octal 375 365 131
Decimal 253 245 89
Hex FD F5 59

RGB Percentages of Color #fdf559

%43.10
%41.74
%15.16

CMYK Percentages of Color #fdf559

%0
%3
%65
%1

Triadic Colors of #fdf559

#fdf559 #59fdf5 #f559fd

Analogous Colors of #fdf559

#fdf559 #b3fd59 #fda359

Monochromatic Colors of #fdf559

#fdf559

Complementary Color

#fdf559 #5961fd

#fdf559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf559 Color CSS Codes

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

#fdf559 Text Font Color

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

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


#fdf559 Background Color

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

This div background color is #fdf559


#fdf559 Border Color

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

This div border color is #fdf559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf559

Related Colors


Comments

No comments written yet.

Please login to write comment.