Color Hex Logo

#fdef3c Color Hex

#FDEF3C
(253,239,60)
0 Favorites   0 Comments

Color spaces of #fdef3c

RGB 25323960
HSL0.150.980.61
HSV56°76°99°
CMYK 0.000.060.76   0.01
XYZ72.190182.941916.4795
Yxy82.94190.42070.4833
Hunter Lab91.0724-17.885853.0222
CIE-Lab92.9890-13.586081.3282

#fdef3c color RGB value is (253,239,60).

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

The process color (four color CMYK) of #fdef3c color hex is 0.00, 0.06, 0.76, 0.01. Web safe color of #fdef3c is #ffff33. Color #fdef3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 00111100
Octal 375 357 74
Decimal 253 239 60
Hex FD EF 3C

RGB Percentages of Color #fdef3c

%45.83
%43.30
%10.87

CMYK Percentages of Color #fdef3c

%0
%6
%76
%1

Triadic Colors of #fdef3c

#fdef3c #3cfdef #ef3cfd

Analogous Colors of #fdef3c

#fdef3c #abfd3c #fd8f3c

Monochromatic Colors of #fdef3c

#fdef3c

Complementary Color

#fdef3c #3c4afd

#fdef3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef3c Color CSS Codes

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

#fdef3c Text Font Color

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

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


#fdef3c Background Color

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

This div background color is #fdef3c


#fdef3c Border Color

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

This div border color is #fdef3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef3c

Related Colors


Comments

No comments written yet.

Please login to write comment.