Color Hex Logo

#fdf761 Color Hex

#FDF761
(253,247,97)
0 Favorites   0 Comments

Color spaces of #fdf761

RGB 25324797
HSL0.160.980.69
HSV58°62°99°
CMYK 0.000.020.62   0.01
XYZ75.926488.267224.3448
Yxy88.26720.40270.4682
Hunter Lab93.9506-20.158450.4020
CIE-Lab95.2733-15.693970.4618

#fdf761 color RGB value is (253,247,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110111 01100001
Octal 375 367 141
Decimal 253 247 97
Hex FD F7 61

RGB Percentages of Color #fdf761

%42.38
%41.37
%16.25

CMYK Percentages of Color #fdf761

%0
%2
%62
%1

Triadic Colors of #fdf761

#fdf761 #61fdf7 #f761fd

Analogous Colors of #fdf761

#fdf761 #b5fd61 #fda961

Monochromatic Colors of #fdf761

#fdf761

Complementary Color

#fdf761 #6167fd

#fdf761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf761 Color CSS Codes

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

#fdf761 Text Font Color

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

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


#fdf761 Background Color

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

This div background color is #fdf761


#fdf761 Border Color

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

This div border color is #fdf761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf761


Comments

No comments written yet.

Please login to write comment.