Color Hex Logo

#fdea79 Color Hex

#FDEA79
(253,234,121)
0 Favorites   0 Comments

Color spaces of #fdea79

RGB 253234121
HSL0.140.970.73
HSV51°52°99°
CMYK 0.000.080.52   0.01
XYZ73.382081.108829.8771
Yxy81.10880.39800.4399
Hunter Lab90.0604-12.162443.3731
CIE-Lab92.1801-7.602356.5535

#fdea79 color RGB value is (253,234,121).

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

The process color (four color CMYK) of #fdea79 color hex is 0.00, 0.08, 0.52, 0.01. Web safe color of #fdea79 is #ffff66. Color #fdea79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 01111001
Octal 375 352 171
Decimal 253 234 121
Hex FD EA 79

RGB Percentages of Color #fdea79

%41.61
%38.49
%19.90

CMYK Percentages of Color #fdea79

%0
%8
%52
%1

Triadic Colors of #fdea79

#fdea79 #79fdea #ea79fd

Analogous Colors of #fdea79

#fdea79 #cefd79 #fda879

Monochromatic Colors of #fdea79

#fdea79

Complementary Color

#fdea79 #798cfd

#fdea79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdea79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdea79 Color CSS Codes

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

#fdea79 Text Font Color

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

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


#fdea79 Background Color

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

This div background color is #fdea79


#fdea79 Border Color

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

This div border color is #fdea79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdea79


Comments

No comments written yet.

Please login to write comment.