Color Hex Logo

#fdf140 Color Hex

#FDF140
(253,241,64)
0 Favorites   0 Comments

Color spaces of #fdf140

RGB 25324164
HSL0.160.980.62
HSV56°75°99°
CMYK 0.000.050.75   0.01
XYZ72.888784.163417.2540
Yxy84.16340.41820.4828
Hunter Lab91.7406-18.726353.0675
CIE-Lab93.5214-14.414180.6020

#fdf140 color RGB value is (253,241,64).

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

The process color (four color CMYK) of #fdf140 color hex is 0.00, 0.05, 0.75, 0.01. Web safe color of #fdf140 is #ffff33. Color #fdf140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110001 01000000
Octal 375 361 100
Decimal 253 241 64
Hex FD F1 40

RGB Percentages of Color #fdf140

%45.34
%43.19
%11.47

CMYK Percentages of Color #fdf140

%0
%5
%75
%1

Triadic Colors of #fdf140

#fdf140 #40fdf1 #f140fd

Analogous Colors of #fdf140

#fdf140 #abfd40 #fd9340

Monochromatic Colors of #fdf140

#fdf140

Complementary Color

#fdf140 #404cfd

#fdf140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf140 Color CSS Codes

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

#fdf140 Text Font Color

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

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


#fdf140 Background Color

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

This div background color is #fdf140


#fdf140 Border Color

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

This div border color is #fdf140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf140


Comments

No comments written yet.

Please login to write comment.