Color Hex Logo

#fde755 Color Hex

#FDE755
(253,231,85)
0 Favorites   0 Comments

Color spaces of #fde755

RGB 25323185
HSL0.140.980.66
HSV52°66°99°
CMYK 0.000.090.66   0.01
XYZ70.723678.690420.0556
Yxy78.69040.41730.4643
Hunter Lab88.7076-12.926348.6907
CIE-Lab91.0940-8.528370.8502

#fde755 color RGB value is (253,231,85).

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

The process color (four color CMYK) of #fde755 color hex is 0.00, 0.09, 0.66, 0.01. Web safe color of #fde755 is #ffff66. Color #fde755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 01010101
Octal 375 347 125
Decimal 253 231 85
Hex FD E7 55

RGB Percentages of Color #fde755

%44.46
%40.60
%14.94

CMYK Percentages of Color #fde755

%0
%9
%66
%1

Triadic Colors of #fde755

#fde755 #55fde7 #e755fd

Analogous Colors of #fde755

#fde755 #bffd55 #fd9355

Monochromatic Colors of #fde755

#fde755

Complementary Color

#fde755 #556bfd

#fde755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde755 Color CSS Codes

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

#fde755 Text Font Color

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

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


#fde755 Background Color

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

This div background color is #fde755


#fde755 Border Color

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

This div border color is #fde755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde755

Related Colors


Comments

No comments written yet.

Please login to write comment.