Color Hex Logo

#fde66a Color Hex

#FDE66A
(253,230,106)
0 Favorites   0 Comments

Color spaces of #fde66a

RGB 253230106
HSL0.140.970.70
HSV51°58°99°
CMYK 0.000.090.58   0.01
XYZ71.406378.516925.0274
Yxy78.51690.40820.4488
Hunter Lab88.6098-11.222645.2807
CIE-Lab91.0153-6.735561.9961

#fde66a color RGB value is (253,230,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100110 01101010
Octal 375 346 152
Decimal 253 230 106
Hex FD E6 6A

RGB Percentages of Color #fde66a

%42.95
%39.05
%18.00

CMYK Percentages of Color #fde66a

%0
%9
%58
%1

Triadic Colors of #fde66a

#fde66a #6afde6 #e66afd

Analogous Colors of #fde66a

#fde66a #cbfd6a #fd9d6a

Monochromatic Colors of #fde66a

#fde66a

Complementary Color

#fde66a #6a81fd

#fde66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde66a Color CSS Codes

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

#fde66a Text Font Color

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

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


#fde66a Background Color

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

This div background color is #fde66a


#fde66a Border Color

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

This div border color is #fde66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde66a


Comments

No comments written yet.

Please login to write comment.