Color Hex Logo

#fdf484 Color Hex

#FDF484
(253,244,132)
0 Favorites   0 Comments

Color spaces of #fdf484

RGB 253244132
HSL0.150.970.75
HSV56°48°99°
CMYK 0.000.040.48   0.01
XYZ77.023687.250034.6111
Yxy87.25000.38730.4387
Hunter Lab93.4077-16.273143.4162
CIE-Lab94.8442-11.620354.6163

#fdf484 color RGB value is (253,244,132).

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

The process color (four color CMYK) of #fdf484 color hex is 0.00, 0.04, 0.48, 0.01. Web safe color of #fdf484 is #ffff99. Color #fdf484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110100 10000100
Octal 375 364 204
Decimal 253 244 132
Hex FD F4 84

RGB Percentages of Color #fdf484

%40.22
%38.79
%20.99

CMYK Percentages of Color #fdf484

%0
%4
%48
%1

Triadic Colors of #fdf484

#fdf484 #84fdf4 #f484fd

Analogous Colors of #fdf484

#fdf484 #cafd84 #fdb884

Monochromatic Colors of #fdf484

#fdf484

Complementary Color

#fdf484 #848dfd

#fdf484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf484 Color CSS Codes

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

#fdf484 Text Font Color

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

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


#fdf484 Background Color

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

This div background color is #fdf484


#fdf484 Border Color

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

This div border color is #fdf484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf484


Comments

No comments written yet.

Please login to write comment.