Color Hex Logo

#fde051 Color Hex

#FDE051
(253,224,81)
0 Favorites   0 Comments

Color spaces of #fde051

RGB 25322481
HSL0.140.980.65
HSV50°68°99°
CMYK 0.000.110.68   0.01
XYZ68.648974.788018.6019
Yxy74.78800.42370.4615
Hunter Lab86.4801-9.644747.7827
CIE-Lab89.2936-5.242370.5647

#fde051 color RGB value is (253,224,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 01010001
Octal 375 340 121
Decimal 253 224 81
Hex FD E0 51

RGB Percentages of Color #fde051

%45.34
%40.14
%14.52

CMYK Percentages of Color #fde051

%0
%11
%68
%1

Triadic Colors of #fde051

#fde051 #51fde0 #e051fd

Analogous Colors of #fde051

#fde051 #c4fd51 #fd8a51

Monochromatic Colors of #fde051

#fde051

Complementary Color

#fde051 #516efd

#fde051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde051 Color CSS Codes

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

#fde051 Text Font Color

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

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


#fde051 Background Color

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

This div background color is #fde051


#fde051 Border Color

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

This div border color is #fde051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde051


Comments

No comments written yet.

Please login to write comment.