Color Hex Logo

#fdfdb1 Color Hex

#FDFDB1
(253,253,177)
0 Favorites   0 Comments

Color spaces of #fdfdb1

RGB 253253177
HSL0.170.950.84
HSV60°30°99°
CMYK 0.000.000.30   0.01
XYZ83.569194.307555.3936
Yxy94.30750.35830.4043
Hunter Lab97.1120-16.339134.1589
CIE-Lab97.7558-11.322636.4705

#fdfdb1 color RGB value is (253,253,177).

#fdfdb1 hex color red value is 253, green value is 253 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fdfdb1 hue: 0.17 , saturation: 0.95 and the lightness value of fdfdb1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 10110001
Octal 375 375 261
Decimal 253 253 177
Hex FD FD B1

RGB Percentages of Color #fdfdb1

%37.04
%37.04
%25.92

CMYK Percentages of Color #fdfdb1

%0
%0
%30
%1

Triadic Colors of #fdfdb1

#fdfdb1 #b1fdfd #fdb1fd

Analogous Colors of #fdfdb1

#fdfdb1 #d7fdb1 #fdd7b1

Monochromatic Colors of #fdfdb1

#fdfdb1

Complementary Color

#fdfdb1 #b1b1fd

#fdfdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdb1 Color CSS Codes

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

#fdfdb1 Text Font Color

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

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


#fdfdb1 Background Color

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

This div background color is #fdfdb1


#fdfdb1 Border Color

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

This div border color is #fdfdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdb1


Comments

No comments written yet.

Please login to write comment.