Color Hex Logo

#fdef3a Color Hex

#FDEF3A
(253,239,58)
0 Favorites   0 Comments

Color spaces of #fdef3a

RGB 25323958
HSL0.150.980.61
HSV56°77°99°
CMYK 0.000.060.77   0.01
XYZ72.138282.921116.2063
Yxy82.92110.42120.4842
Hunter Lab91.0610-17.949853.1908
CIE-Lab92.9799-13.656081.9048

#fdef3a color RGB value is (253,239,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 00111010
Octal 375 357 72
Decimal 253 239 58
Hex FD EF 3A

RGB Percentages of Color #fdef3a

%46.00
%43.45
%10.55

CMYK Percentages of Color #fdef3a

%0
%6
%77
%1

Triadic Colors of #fdef3a

#fdef3a #3afdef #ef3afd

Analogous Colors of #fdef3a

#fdef3a #aafd3a #fd8e3a

Monochromatic Colors of #fdef3a

#fdef3a

Complementary Color

#fdef3a #3a48fd

#fdef3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef3a Color CSS Codes

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

#fdef3a Text Font Color

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

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


#fdef3a Background Color

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

This div background color is #fdef3a


#fdef3a Border Color

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

This div border color is #fdef3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef3a


Comments

No comments written yet.

Please login to write comment.