Color Hex Logo

#fdda78 Color Hex

#FDDA78
(253,218,120)
0 Favorites   0 Comments

Color spaces of #fdda78

RGB 253218120
HSL0.120.970.73
HSV44°53°99°
CMYK 0.000.140.53   0.01
XYZ68.969672.381528.1052
Yxy72.38150.40700.4271
Hunter Lab85.0773-4.180839.9677
CIE-Lab88.15190.376352.2301

#fdda78 color RGB value is (253,218,120).

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

The process color (four color CMYK) of #fdda78 color hex is 0.00, 0.14, 0.53, 0.01. Web safe color of #fdda78 is #ffcc66. Color #fdda78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 01111000
Octal 375 332 170
Decimal 253 218 120
Hex FD DA 78

RGB Percentages of Color #fdda78

%42.81
%36.89
%20.30

CMYK Percentages of Color #fdda78

%0
%14
%53
%1

Triadic Colors of #fdda78

#fdda78 #78fdda #da78fd

Analogous Colors of #fdda78

#fdda78 #defd78 #fd9878

Monochromatic Colors of #fdda78

#fdda78

Complementary Color

#fdda78 #789bfd

#fdda78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda78 Color CSS Codes

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

#fdda78 Text Font Color

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

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


#fdda78 Background Color

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

This div background color is #fdda78


#fdda78 Border Color

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

This div border color is #fdda78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda78


Comments

No comments written yet.

Please login to write comment.