Color Hex Logo

#fdf65e Color Hex

#FDF65E
(253,246,94)
0 Favorites   0 Comments

Color spaces of #fdf65e

RGB 25324694
HSL0.160.980.68
HSV57°63°99°
CMYK 0.000.030.63   0.01
XYZ75.484287.602323.5202
Yxy87.60230.40450.4694
Hunter Lab93.5961-19.834950.6180
CIE-Lab94.9932-15.389071.3651

#fdf65e color RGB value is (253,246,94).

#fdf65e hex color red value is 253, green value is 246 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fdf65e hue: 0.16 , saturation: 0.98 and the lightness value of fdf65e is 0.68.

The process color (four color CMYK) of #fdf65e color hex is 0.00, 0.03, 0.63, 0.01. Web safe color of #fdf65e is #ffff66. Color #fdf65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110110 01011110
Octal 375 366 136
Decimal 253 246 94
Hex FD F6 5E

RGB Percentages of Color #fdf65e

%42.66
%41.48
%15.85

CMYK Percentages of Color #fdf65e

%0
%3
%63
%1

Triadic Colors of #fdf65e

#fdf65e #5efdf6 #f65efd

Analogous Colors of #fdf65e

#fdf65e #b5fd5e #fda75e

Monochromatic Colors of #fdf65e

#fdf65e

Complementary Color

#fdf65e #5e65fd

#fdf65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf65e Color CSS Codes

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

#fdf65e Text Font Color

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

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


#fdf65e Background Color

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

This div background color is #fdf65e


#fdf65e Border Color

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

This div border color is #fdf65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf65e


Comments

No comments written yet.

Please login to write comment.