Color Hex Logo

#fdf072 Color Hex

#FDF072
(253,240,114)
0 Favorites   0 Comments

Color spaces of #fdf072

RGB 253240114
HSL0.150.970.72
HSV54°55°99°
CMYK 0.000.050.55   0.01
XYZ74.705484.417728.2764
Yxy84.41770.39860.4505
Hunter Lab91.8791-15.653046.0685
CIE-Lab93.6316-11.117961.4198

#fdf072 color RGB value is (253,240,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 01110010
Octal 375 360 162
Decimal 253 240 114
Hex FD F0 72

RGB Percentages of Color #fdf072

%41.68
%39.54
%18.78

CMYK Percentages of Color #fdf072

%0
%5
%55
%1

Triadic Colors of #fdf072

#fdf072 #72fdf0 #f072fd

Analogous Colors of #fdf072

#fdf072 #c5fd72 #fdab72

Monochromatic Colors of #fdf072

#fdf072

Complementary Color

#fdf072 #727ffd

#fdf072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf072 Color CSS Codes

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

#fdf072 Text Font Color

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

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


#fdf072 Background Color

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

This div background color is #fdf072


#fdf072 Border Color

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

This div border color is #fdf072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf072

Related Colors


Comments

No comments written yet.

Please login to write comment.