Color Hex Logo

#fdf08c Color Hex

#FDF08C
(253,240,140)
0 Favorites   0 Comments

Color spaces of #fdf08c

RGB 253240140
HSL0.150.970.77
HSV53°45°99°
CMYK 0.000.050.45   0.01
XYZ76.401785.096337.2094
Yxy85.09630.38450.4282
Hunter Lab92.2477-13.595540.6579
CIE-Lab93.9246-8.914449.6972

#fdf08c color RGB value is (253,240,140).

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

The process color (four color CMYK) of #fdf08c color hex is 0.00, 0.05, 0.45, 0.01. Web safe color of #fdf08c is #ffff99. Color #fdf08c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110000 10001100
Octal 375 360 214
Decimal 253 240 140
Hex FD F0 8C

RGB Percentages of Color #fdf08c

%39.97
%37.91
%22.12

CMYK Percentages of Color #fdf08c

%0
%5
%45
%1

Triadic Colors of #fdf08c

#fdf08c #8cfdf0 #f08cfd

Analogous Colors of #fdf08c

#fdf08c #d2fd8c #fdb88c

Monochromatic Colors of #fdf08c

#fdf08c

Complementary Color

#fdf08c #8c99fd

#fdf08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf08c Color CSS Codes

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

#fdf08c Text Font Color

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

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


#fdf08c Background Color

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

This div background color is #fdf08c


#fdf08c Border Color

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

This div border color is #fdf08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf08c


Comments

No comments written yet.

Please login to write comment.