Color Hex Logo

#fdef72 Color Hex

#FDEF72
(253,239,114)
0 Favorites   0 Comments

Color spaces of #fdef72

RGB 253239114
HSL0.150.970.72
HSV54°55°99°
CMYK 0.000.060.55   0.01
XYZ74.411883.830628.1786
Yxy83.83060.39920.4497
Hunter Lab91.5591-15.158045.8440
CIE-Lab93.3769-10.625261.1279

#fdef72 color RGB value is (253,239,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 01110010
Octal 375 357 162
Decimal 253 239 114
Hex FD EF 72

RGB Percentages of Color #fdef72

%41.75
%39.44
%18.81

CMYK Percentages of Color #fdef72

%0
%6
%55
%1

Triadic Colors of #fdef72

#fdef72 #72fdef #ef72fd

Analogous Colors of #fdef72

#fdef72 #c6fd72 #fdaa72

Monochromatic Colors of #fdef72

#fdef72

Complementary Color

#fdef72 #7280fd

#fdef72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef72 Color CSS Codes

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

#fdef72 Text Font Color

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

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


#fdef72 Background Color

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

This div background color is #fdef72


#fdef72 Border Color

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

This div border color is #fdef72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef72

Related Colors


Comments

No comments written yet.

Please login to write comment.