Color Hex Logo

#fde373 Color Hex

#FDE373
(253,227,115)
0 Favorites   0 Comments

Color spaces of #fde373

RGB 253227115
HSL0.140.970.72
HSV49°55°99°
CMYK 0.000.100.55   0.01
XYZ71.071677.058627.3476
Yxy77.05860.40500.4391
Hunter Lab87.7830-9.101742.9771
CIE-Lab90.3486-4.573257.1721

#fde373 color RGB value is (253,227,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100011 01110011
Octal 375 343 163
Decimal 253 227 115
Hex FD E3 73

RGB Percentages of Color #fde373

%42.52
%38.15
%19.33

CMYK Percentages of Color #fde373

%0
%10
%55
%1

Triadic Colors of #fde373

#fde373 #73fde3 #e373fd

Analogous Colors of #fde373

#fde373 #d2fd73 #fd9e73

Monochromatic Colors of #fde373

#fde373

Complementary Color

#fde373 #738dfd

#fde373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde373 Color CSS Codes

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

#fde373 Text Font Color

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

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


#fde373 Background Color

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

This div background color is #fde373


#fde373 Border Color

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

This div border color is #fde373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde373

Related Colors


Comments

No comments written yet.

Please login to write comment.