Color Hex Logo

#fdef61 Color Hex

#FDEF61
(253,239,97)
0 Favorites   0 Comments

Color spaces of #fdef61

RGB 25323997
HSL0.150.980.69
HSV55°62°99°
CMYK 0.000.060.62   0.01
XYZ73.532283.478723.5467
Yxy83.47870.40730.4623
Hunter Lab91.3667-16.234348.6767
CIE-Lab93.2236-11.787568.2690

#fdef61 color RGB value is (253,239,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 01100001
Octal 375 357 141
Decimal 253 239 97
Hex FD EF 61

RGB Percentages of Color #fdef61

%42.95
%40.58
%16.47

CMYK Percentages of Color #fdef61

%0
%6
%62
%1

Triadic Colors of #fdef61

#fdef61 #61fdef #ef61fd

Analogous Colors of #fdef61

#fdef61 #bdfd61 #fda161

Monochromatic Colors of #fdef61

#fdef61

Complementary Color

#fdef61 #616ffd

#fdef61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef61 Color CSS Codes

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

#fdef61 Text Font Color

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

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


#fdef61 Background Color

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

This div background color is #fdef61


#fdef61 Border Color

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

This div border color is #fdef61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef61

Related Colors


Comments

No comments written yet.

Please login to write comment.