Color Hex Logo

#fde766 Color Hex

#FDE766
(253,231,102)
0 Favorites   0 Comments

Color spaces of #fde766

RGB 253231102
HSL0.140.970.70
HSV51°60°99°
CMYK 0.000.090.60   0.01
XYZ71.482278.993824.0502
Yxy78.99380.40960.4526
Hunter Lab88.8785-11.975346.1713
CIE-Lab91.2315-7.506563.9847

#fde766 color RGB value is (253,231,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 01100110
Octal 375 347 146
Decimal 253 231 102
Hex FD E7 66

RGB Percentages of Color #fde766

%43.17
%39.42
%17.41

CMYK Percentages of Color #fde766

%0
%9
%60
%1

Triadic Colors of #fde766

#fde766 #66fde7 #e766fd

Analogous Colors of #fde766

#fde766 #c8fd66 #fd9c66

Monochromatic Colors of #fde766

#fde766

Complementary Color

#fde766 #667cfd

#fde766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde766 Color CSS Codes

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

#fde766 Text Font Color

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

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


#fde766 Background Color

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

This div background color is #fde766


#fde766 Border Color

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

This div border color is #fde766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde766

#fde766 Color Palettes


Comments

No comments written yet.

Please login to write comment.