Color Hex Logo

#fdf880 Color Hex

#FDF880
(253,248,128)
0 Favorites   0 Comments

Color spaces of #fdf880

RGB 253248128
HSL0.160.970.75
HSV58°49°99°
CMYK 0.000.020.49   0.01
XYZ77.971789.576033.6024
Yxy89.57600.38760.4453
Hunter Lab94.6446-18.573245.2010
CIE-Lab95.8206-13.924057.6388

#fdf880 color RGB value is (253,248,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 10000000
Octal 375 370 200
Decimal 253 248 128
Hex FD F8 80

RGB Percentages of Color #fdf880

%40.22
%39.43
%20.35

CMYK Percentages of Color #fdf880

%0
%2
%49
%1

Triadic Colors of #fdf880

#fdf880 #80fdf8 #f880fd

Analogous Colors of #fdf880

#fdf880 #c4fd80 #fdba80

Monochromatic Colors of #fdf880

#fdf880

Complementary Color

#fdf880 #8085fd

#fdf880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf880 Color CSS Codes

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

#fdf880 Text Font Color

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

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


#fdf880 Background Color

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

This div background color is #fdf880


#fdf880 Border Color

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

This div border color is #fdf880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf880

Related Colors


Comments

No comments written yet.

Please login to write comment.