Color Hex Logo

#fdef31 Color Hex

#FDEF31
(253,239,49)
0 Favorites   0 Comments

Color spaces of #fdef31

RGB 25323949
HSL0.160.980.59
HSV56°81°99°
CMYK 0.000.060.81   0.01
XYZ71.928982.837415.1039
Yxy82.83740.42340.4877
Hunter Lab91.0151-18.208453.8714
CIE-Lab92.9432-13.939584.3015

#fdef31 color RGB value is (253,239,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 00110001
Octal 375 357 61
Decimal 253 239 49
Hex FD EF 31

RGB Percentages of Color #fdef31

%46.77
%44.18
%9.06

CMYK Percentages of Color #fdef31

%0
%6
%81
%1

Triadic Colors of #fdef31

#fdef31 #31fdef #ef31fd

Analogous Colors of #fdef31

#fdef31 #a5fd31 #fd8931

Monochromatic Colors of #fdef31

#fdef31

Complementary Color

#fdef31 #313ffd

#fdef31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdef31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdef31 Color CSS Codes

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

#fdef31 Text Font Color

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

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


#fdef31 Background Color

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

This div background color is #fdef31


#fdef31 Border Color

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

This div border color is #fdef31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdef31


Comments

No comments written yet.

Please login to write comment.