Color Hex Logo

#fdf393 Color Hex

#FDF393
(253,243,147)
0 Favorites   0 Comments

Color spaces of #fdf393

RGB 253243147
HSL0.150.960.78
HSV54°42°99°
CMYK 0.000.040.42   0.01
XYZ77.825187.090440.3121
Yxy87.09040.37920.4244
Hunter Lab93.3222-14.455739.7143
CIE-Lab94.7766-9.717547.3829

#fdf393 color RGB value is (253,243,147).

#fdf393 hex color red value is 253, green value is 243 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fdf393 hue: 0.15 , saturation: 0.96 and the lightness value of fdf393 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110011 10010011
Octal 375 363 223
Decimal 253 243 147
Hex FD F3 93

RGB Percentages of Color #fdf393

%39.35
%37.79
%22.86

CMYK Percentages of Color #fdf393

%0
%4
%42
%1

Triadic Colors of #fdf393

#fdf393 #93fdf3 #f393fd

Analogous Colors of #fdf393

#fdf393 #d2fd93 #fdbe93

Monochromatic Colors of #fdf393

#fdf393

Complementary Color

#fdf393 #939dfd

#fdf393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf393 Color CSS Codes

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

#fdf393 Text Font Color

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

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


#fdf393 Background Color

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

This div background color is #fdf393


#fdf393 Border Color

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

This div border color is #fdf393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf393

Related Colors

#fdf393 Color Palettes


Comments

No comments written yet.

Please login to write comment.