Color Hex Logo

#fdf72e Color Hex

#FDF72E
(253,247,46)
0 Favorites   0 Comments

Color spaces of #fdf72e

RGB 25324746
HSL0.160.980.59
HSV58°82°99°
CMYK 0.000.020.82   0.01
XYZ74.261987.601415.5795
Yxy87.60140.41850.4937
Hunter Lab93.5956-22.164555.6478
CIE-Lab94.9929-17.900286.7599

#fdf72e color RGB value is (253,247,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110111 00101110
Octal 375 367 56
Decimal 253 247 46
Hex FD F7 2E

RGB Percentages of Color #fdf72e

%46.34
%45.24
%8.42

CMYK Percentages of Color #fdf72e

%0
%2
%82
%1

Triadic Colors of #fdf72e

#fdf72e #2efdf7 #f72efd

Analogous Colors of #fdf72e

#fdf72e #9cfd2e #fd902e

Monochromatic Colors of #fdf72e

#fdf72e

Complementary Color

#fdf72e #2e34fd

#fdf72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf72e Color CSS Codes

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

#fdf72e Text Font Color

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

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


#fdf72e Background Color

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

This div background color is #fdf72e


#fdf72e Border Color

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

This div border color is #fdf72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf72e


Comments

No comments written yet.

Please login to write comment.