Color Hex Logo

#fde053 Color Hex

#FDE053
(253,224,83)
0 Favorites   0 Comments

Color spaces of #fde053

RGB 25322483
HSL0.140.980.66
HSV50°67°99°
CMYK 0.000.110.67   0.01
XYZ68.725074.818519.0028
Yxy74.81850.42280.4603
Hunter Lab86.4977-9.547447.5229
CIE-Lab89.3079-5.138369.7978

#fde053 color RGB value is (253,224,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 01010011
Octal 375 340 123
Decimal 253 224 83
Hex FD E0 53

RGB Percentages of Color #fde053

%45.18
%40.00
%14.82

CMYK Percentages of Color #fde053

%0
%11
%67
%1

Triadic Colors of #fde053

#fde053 #53fde0 #e053fd

Analogous Colors of #fde053

#fde053 #c5fd53 #fd8b53

Monochromatic Colors of #fde053

#fde053

Complementary Color

#fde053 #5370fd

#fde053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde053 Color CSS Codes

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

#fde053 Text Font Color

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

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


#fde053 Background Color

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

This div background color is #fde053


#fde053 Border Color

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

This div border color is #fde053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde053


Comments

No comments written yet.

Please login to write comment.