Color Hex Logo

#fdfb6c Color Hex

#FDFB6C
(253,251,108)
0 Favorites   0 Comments

Color spaces of #fdfb6c

RGB 253251108
HSL0.160.970.71
HSV59°57°99°
CMYK 0.000.010.57   0.01
XYZ77.712090.959727.6485
Yxy90.95970.39580.4633
Hunter Lab95.3728-21.456449.5728
CIE-Lab96.3934-16.913367.1332

#fdfb6c color RGB value is (253,251,108).

#fdfb6c hex color red value is 253, green value is 251 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fdfb6c hue: 0.16 , saturation: 0.97 and the lightness value of fdfb6c is 0.71.

The process color (four color CMYK) of #fdfb6c color hex is 0.00, 0.01, 0.57, 0.01. Web safe color of #fdfb6c is #ffff66. Color #fdfb6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 01101100
Octal 375 373 154
Decimal 253 251 108
Hex FD FB 6C

RGB Percentages of Color #fdfb6c

%41.34
%41.01
%17.65

CMYK Percentages of Color #fdfb6c

%0
%1
%57
%1

Triadic Colors of #fdfb6c

#fdfb6c #6cfdfb #fb6cfd

Analogous Colors of #fdfb6c

#fdfb6c #b7fd6c #fdb36c

Monochromatic Colors of #fdfb6c

#fdfb6c

Complementary Color

#fdfb6c #6c6efd

#fdfb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfb6c Color CSS Codes

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

#fdfb6c Text Font Color

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

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


#fdfb6c Background Color

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

This div background color is #fdfb6c


#fdfb6c Border Color

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

This div border color is #fdfb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfb6c


Comments

No comments written yet.

Please login to write comment.