Color Hex Logo

#fde273 Color Hex

#FDE273
(253,226,115)
0 Favorites   0 Comments

Color spaces of #fde273

RGB 253226115
HSL0.130.970.72
HSV48°55°99°
CMYK 0.000.110.55   0.01
XYZ70.798976.513227.2567
Yxy76.51320.40560.4383
Hunter Lab87.4718-8.599442.7552
CIE-Lab90.0971-4.070356.8785

#fde273 color RGB value is (253,226,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 01110011
Octal 375 342 163
Decimal 253 226 115
Hex FD E2 73

RGB Percentages of Color #fde273

%42.59
%38.05
%19.36

CMYK Percentages of Color #fde273

%0
%11
%55
%1

Triadic Colors of #fde273

#fde273 #73fde2 #e273fd

Analogous Colors of #fde273

#fde273 #d3fd73 #fd9d73

Monochromatic Colors of #fde273

#fde273

Complementary Color

#fde273 #738efd

#fde273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde273 Color CSS Codes

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

#fde273 Text Font Color

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

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


#fde273 Background Color

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

This div background color is #fde273


#fde273 Border Color

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

This div border color is #fde273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde273

#fde273 Color Palettes


Comments

No comments written yet.

Please login to write comment.