Color Hex Logo

#fdf580 Color Hex

#FDF580
(253,245,128)
0 Favorites   0 Comments

Color spaces of #fdf580

RGB 253245128
HSL0.160.970.75
HSV56°49°99°
CMYK 0.000.030.49   0.01
XYZ77.056787.746033.2974
Yxy87.74600.38900.4429
Hunter Lab93.6728-17.090644.4955
CIE-Lab95.0539-12.457256.7270

#fdf580 color RGB value is (253,245,128).

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

The process color (four color CMYK) of #fdf580 color hex is 0.00, 0.03, 0.49, 0.01. Web safe color of #fdf580 is #ffff99. Color #fdf580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 10000000
Octal 375 365 200
Decimal 253 245 128
Hex FD F5 80

RGB Percentages of Color #fdf580

%40.42
%39.14
%20.45

CMYK Percentages of Color #fdf580

%0
%3
%49
%1

Triadic Colors of #fdf580

#fdf580 #80fdf5 #f580fd

Analogous Colors of #fdf580

#fdf580 #c7fd80 #fdb780

Monochromatic Colors of #fdf580

#fdf580

Complementary Color

#fdf580 #8088fd

#fdf580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf580 Color CSS Codes

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

#fdf580 Text Font Color

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

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


#fdf580 Background Color

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

This div background color is #fdf580


#fdf580 Border Color

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

This div border color is #fdf580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf580

Related Colors


Comments

No comments written yet.

Please login to write comment.