Color Hex Logo

#fdf572 Color Hex

#FDF572
(253,245,114)
0 Favorites   0 Comments

Color spaces of #fdf572

RGB 253245114
HSL0.160.970.72
HSV57°55°99°
CMYK 0.000.030.55   0.01
XYZ76.197787.402428.7739
Yxy87.40240.39610.4543
Hunter Lab93.4893-18.121147.1943
CIE-Lab94.9087-13.570562.8778

#fdf572 color RGB value is (253,245,114).

#fdf572 hex color red value is 253, green value is 245 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fdf572 hue: 0.16 , saturation: 0.97 and the lightness value of fdf572 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 01110010
Octal 375 365 162
Decimal 253 245 114
Hex FD F5 72

RGB Percentages of Color #fdf572

%41.34
%40.03
%18.63

CMYK Percentages of Color #fdf572

%0
%3
%55
%1

Triadic Colors of #fdf572

#fdf572 #72fdf5 #f572fd

Analogous Colors of #fdf572

#fdf572 #c0fd72 #fdb072

Monochromatic Colors of #fdf572

#fdf572

Complementary Color

#fdf572 #727afd

#fdf572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf572 Color CSS Codes

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

#fdf572 Text Font Color

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

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


#fdf572 Background Color

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

This div background color is #fdf572


#fdf572 Border Color

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

This div border color is #fdf572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf572


Comments

No comments written yet.

Please login to write comment.