Color Hex Logo

#fde85c Color Hex

#FDE85C
(253,232,92)
0 Favorites   0 Comments

Color spaces of #fde85c

RGB 25323292
HSL0.140.980.68
HSV52°64°99°
CMYK 0.000.080.64   0.01
XYZ71.296479.368621.6872
Yxy79.36860.41370.4605
Hunter Lab89.0891-13.055447.9292
CIE-Lab91.4008-8.630768.3734

#fde85c color RGB value is (253,232,92).

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

The process color (four color CMYK) of #fde85c color hex is 0.00, 0.08, 0.64, 0.01. Web safe color of #fde85c is #ffff66. Color #fde85c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 01011100
Octal 375 350 134
Decimal 253 232 92
Hex FD E8 5C

RGB Percentages of Color #fde85c

%43.85
%40.21
%15.94

CMYK Percentages of Color #fde85c

%0
%8
%64
%1

Triadic Colors of #fde85c

#fde85c #5cfde8 #e85cfd

Analogous Colors of #fde85c

#fde85c #c2fd5c #fd985c

Monochromatic Colors of #fde85c

#fde85c

Complementary Color

#fde85c #5c71fd

#fde85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde85c Color CSS Codes

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

#fde85c Text Font Color

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

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


#fde85c Background Color

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

This div background color is #fde85c


#fde85c Border Color

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

This div border color is #fde85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde85c

Related Colors


Comments

No comments written yet.

Please login to write comment.