Color Hex Logo

#fdf878 Color Hex

#FDF878
(253,248,120)
0 Favorites   0 Comments

Color spaces of #fdf878

RGB 253248120
HSL0.160.970.73
HSV58°53°99°
CMYK 0.000.020.53   0.01
XYZ77.465689.373530.9372
Yxy89.37350.39170.4519
Hunter Lab94.5376-19.174946.7738
CIE-Lab95.7363-14.575461.1656

#fdf878 color RGB value is (253,248,120).

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

The process color (four color CMYK) of #fdf878 color hex is 0.00, 0.02, 0.53, 0.01. Web safe color of #fdf878 is #ffff66. Color #fdf878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 01111000
Octal 375 370 170
Decimal 253 248 120
Hex FD F8 78

RGB Percentages of Color #fdf878

%40.74
%39.94
%19.32

CMYK Percentages of Color #fdf878

%0
%2
%53
%1

Triadic Colors of #fdf878

#fdf878 #78fdf8 #f878fd

Analogous Colors of #fdf878

#fdf878 #c0fd78 #fdb678

Monochromatic Colors of #fdf878

#fdf878

Complementary Color

#fdf878 #787dfd

#fdf878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf878 Color CSS Codes

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

#fdf878 Text Font Color

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

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


#fdf878 Background Color

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

This div background color is #fdf878


#fdf878 Border Color

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

This div border color is #fdf878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf878

Related Colors


Comments

No comments written yet.

Please login to write comment.