Color Hex Logo

#fdf729 Color Hex

#FDF729
(253,247,41)
0 Favorites   0 Comments

Color spaces of #fdf729

RGB 25324741
HSL0.160.980.58
HSV58°84°99°
CMYK 0.000.020.84   0.01
XYZ74.169087.564315.0903
Yxy87.56430.41950.4952
Hunter Lab93.5758-22.277055.9418
CIE-Lab94.9772-18.024887.8394

#fdf729 color RGB value is (253,247,41).

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

The process color (four color CMYK) of #fdf729 color hex is 0.00, 0.02, 0.84, 0.01. Web safe color of #fdf729 is #ffff33. Color #fdf729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110111 00101001
Octal 375 367 51
Decimal 253 247 41
Hex FD F7 29

RGB Percentages of Color #fdf729

%46.77
%45.66
%7.58

CMYK Percentages of Color #fdf729

%0
%2
%84
%1

Triadic Colors of #fdf729

#fdf729 #29fdf7 #f729fd

Analogous Colors of #fdf729

#fdf729 #99fd29 #fd8d29

Monochromatic Colors of #fdf729

#fdf729

Complementary Color

#fdf729 #292ffd

#fdf729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf729 Color CSS Codes

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

#fdf729 Text Font Color

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

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


#fdf729 Background Color

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

This div background color is #fdf729


#fdf729 Border Color

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

This div border color is #fdf729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf729

Related Colors


Comments

No comments written yet.

Please login to write comment.