Color Hex Logo

#fde814 Color Hex

#FDE814
(253,232,20)
0 Favorites   0 Comments

Color spaces of #fde814

RGB 25323220
HSL0.150.980.54
HSV55°92°99°
CMYK 0.000.080.92   0.01
XYZ69.490978.646412.1795
Yxy78.64640.43350.4906
Hunter Lab88.6828-15.324253.9352
CIE-Lab91.0741-11.090088.2453

#fde814 color RGB value is (253,232,20).

#fde814 hex color red value is 253, green value is 232 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fde814 hue: 0.15 , saturation: 0.98 and the lightness value of fde814 is 0.54.

The process color (four color CMYK) of #fde814 color hex is 0.00, 0.08, 0.92, 0.01. Web safe color of #fde814 is #ffff00. Color #fde814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 00010100
Octal 375 350 24
Decimal 253 232 20
Hex FD E8 14

RGB Percentages of Color #fde814

%50.10
%45.94
%3.96

CMYK Percentages of Color #fde814

%0
%8
%92
%1

Triadic Colors of #fde814

#fde814 #14fde8 #e814fd

Analogous Colors of #fde814

#fde814 #9efd14 #fd7414

Monochromatic Colors of #fde814

#fde814

Complementary Color

#fde814 #1429fd

#fde814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde814 Color CSS Codes

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

#fde814 Text Font Color

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

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


#fde814 Background Color

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

This div background color is #fde814


#fde814 Border Color

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

This div border color is #fde814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde814

Related Colors


Comments

No comments written yet.

Please login to write comment.