Color Hex Logo

#fde562 Color Hex

#FDE562
(253,229,98)
0 Favorites   0 Comments

Color spaces of #fde562

RGB 25322998
HSL0.140.970.69
HSV51°61°99°
CMYK 0.000.090.61   0.01
XYZ70.731977.803122.8448
Yxy77.80310.41270.4540
Hunter Lab88.2061-11.222646.3885
CIE-Lab90.6900-6.768965.1056

#fde562 color RGB value is (253,229,98).

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

The process color (four color CMYK) of #fde562 color hex is 0.00, 0.09, 0.61, 0.01. Web safe color of #fde562 is #ffcc66. Color #fde562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 01100010
Octal 375 345 142
Decimal 253 229 98
Hex FD E5 62

RGB Percentages of Color #fde562

%43.62
%39.48
%16.90

CMYK Percentages of Color #fde562

%0
%9
%61
%1

Triadic Colors of #fde562

#fde562 #62fde5 #e562fd

Analogous Colors of #fde562

#fde562 #c8fd62 #fd9862

Monochromatic Colors of #fde562

#fde562

Complementary Color

#fde562 #627afd

#fde562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde562 Color CSS Codes

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

#fde562 Text Font Color

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

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


#fde562 Background Color

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

This div background color is #fde562


#fde562 Border Color

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

This div border color is #fde562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde562

Related Colors


Comments

No comments written yet.

Please login to write comment.