Color Hex Logo

#fdf794 Color Hex

#FDF794
(253,247,148)
0 Favorites   0 Comments

Color spaces of #fdf794

RGB 253247148
HSL0.160.960.79
HSV57°42°99°
CMYK 0.000.020.42   0.01
XYZ79.114189.542341.1306
Yxy89.54230.37710.4268
Hunter Lab94.6268-16.359440.4677
CIE-Lab95.8066-11.588748.1933

#fdf794 color RGB value is (253,247,148).

#fdf794 hex color red value is 253, green value is 247 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fdf794 hue: 0.16 , saturation: 0.96 and the lightness value of fdf794 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110111 10010100
Octal 375 367 224
Decimal 253 247 148
Hex FD F7 94

RGB Percentages of Color #fdf794

%39.04
%38.12
%22.84

CMYK Percentages of Color #fdf794

%0
%2
%42
%1

Triadic Colors of #fdf794

#fdf794 #94fdf7 #f794fd

Analogous Colors of #fdf794

#fdf794 #cffd94 #fdc394

Monochromatic Colors of #fdf794

#fdf794

Complementary Color

#fdf794 #949afd

#fdf794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf794 Color CSS Codes

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

#fdf794 Text Font Color

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

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


#fdf794 Background Color

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

This div background color is #fdf794


#fdf794 Border Color

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

This div border color is #fdf794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf794


Comments

No comments written yet.

Please login to write comment.