Color Hex Logo

#fde661 Color Hex

#FDE661
(253,230,97)
0 Favorites   0 Comments

Color spaces of #fde661

RGB 25323097
HSL0.140.980.69
HSV51°62°99°
CMYK 0.000.090.62   0.01
XYZ70.962578.339322.6901
Yxy78.33930.41260.4555
Hunter Lab88.5095-11.779246.7572
CIE-Lab90.9345-7.331165.7960

#fde661 color RGB value is (253,230,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100110 01100001
Octal 375 346 141
Decimal 253 230 97
Hex FD E6 61

RGB Percentages of Color #fde661

%43.62
%39.66
%16.72

CMYK Percentages of Color #fde661

%0
%9
%62
%1

Triadic Colors of #fde661

#fde661 #61fde6 #e661fd

Analogous Colors of #fde661

#fde661 #c6fd61 #fd9861

Monochromatic Colors of #fde661

#fde661

Complementary Color

#fde661 #6178fd

#fde661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde661 Color CSS Codes

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

#fde661 Text Font Color

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

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


#fde661 Background Color

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

This div background color is #fde661


#fde661 Border Color

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

This div border color is #fde661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde661


Comments

No comments written yet.

Please login to write comment.