color codes Logo

#fde56a color codes

#FDE56A
(253,229,106)
0 Favorites   0 Comments

Color spaces of #fde56a

RGB 253229106
HSL0.140.970.70
HSV50°58°99°
CMYK 0.000.090.58   0.01
XYZ71.128877.961924.9349
Yxy77.96190.40870.4480
Hunter Lab88.2960-10.723545.0637
CIE-Lab90.7625-6.235761.7115

#fde56a color RGB value is (253,229,106).

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

The process color (four color CMYK) of #fde56a color code is 0.00, 0.09, 0.58, 0.01. Web safe color of #fde56a is #ffcc66. Color #fde56a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 01101010
Octal 375 345 152
Decimal 253 229 106
Hex FD E5 6A

RGB Percentages of Color #fde56a

%43.03
%38.95
%18.03

CMYK Percentages of Color #fde56a

%0
%9
%58
%1

Triadic Colors of #fde56a

#fde56a #6afde5 #e56afd

Analogous Colors of #fde56a

#fde56a #ccfd6a #fd9c6a

Monochromatic Colors of #fde56a

#fde56a

Complementary Color

#fde56a #6a82fd

#fde56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde56a Color CSS Codes

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

#fde56a Text Font Color

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

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


#fde56a Background Color

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

This div background color is #fde56a


#fde56a Border Color

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

This div border color is #fde56a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,229,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 #fde56a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde56a

Related Colors

#fde56a Color Palettes


Comments

No comments written yet.

Please login to write comment.