Color Hex Logo

#fde445 Color Hex

#FDE445
(253,228,69)
0 Favorites   0 Comments

Color spaces of #fde445

RGB 25322869
HSL0.140.980.63
HSV52°73°99°
CMYK 0.000.100.73   0.01
XYZ69.325676.799116.8001
Yxy76.79910.42550.4714
Hunter Lab87.6351-12.155249.9784
CIE-Lab90.2291-7.805375.8830

#fde445 color RGB value is (253,228,69).

#fde445 hex color red value is 253, green value is 228 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #fde445 hue: 0.14 , saturation: 0.98 and the lightness value of fde445 is 0.63.

The process color (four color CMYK) of #fde445 color hex is 0.00, 0.10, 0.73, 0.01. Web safe color of #fde445 is #ffcc33. Color #fde445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 01000101
Octal 375 344 105
Decimal 253 228 69
Hex FD E4 45

RGB Percentages of Color #fde445

%46.00
%41.45
%12.55

CMYK Percentages of Color #fde445

%0
%10
%73
%1

Triadic Colors of #fde445

#fde445 #45fde4 #e445fd

Analogous Colors of #fde445

#fde445 #bafd45 #fd8845

Monochromatic Colors of #fde445

#fde445

Complementary Color

#fde445 #455efd

#fde445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde445 Color CSS Codes

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

#fde445 Text Font Color

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

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


#fde445 Background Color

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

This div background color is #fde445


#fde445 Border Color

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

This div border color is #fde445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde445


Comments

No comments written yet.

Please login to write comment.