Color Hex Logo

#fde278 Color Hex

#FDE278
(253,226,120)
0 Favorites   0 Comments

Color spaces of #fde278

RGB 253226120
HSL0.130.970.73
HSV48°53°99°
CMYK 0.000.110.53   0.01
XYZ71.094576.631428.8136
Yxy76.63140.40270.4341
Hunter Lab87.5394-8.226341.7622
CIE-Lab90.1517-3.675854.6170

#fde278 color RGB value is (253,226,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 01111000
Octal 375 342 170
Decimal 253 226 120
Hex FD E2 78

RGB Percentages of Color #fde278

%42.24
%37.73
%20.03

CMYK Percentages of Color #fde278

%0
%11
%53
%1

Triadic Colors of #fde278

#fde278 #78fde2 #e278fd

Analogous Colors of #fde278

#fde278 #d6fd78 #fda078

Monochromatic Colors of #fde278

#fde278

Complementary Color

#fde278 #7893fd

#fde278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde278 Color CSS Codes

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

#fde278 Text Font Color

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

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


#fde278 Background Color

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

This div background color is #fde278


#fde278 Border Color

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

This div border color is #fde278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde278

Related Colors


Comments

No comments written yet.

Please login to write comment.