Color Hex Logo

#fdfbc3 Color Hex

#FDFBC3
(253,251,195)
0 Favorites   0 Comments

Color spaces of #fdfbc3

RGB 253251195
HSL0.160.940.88
HSV58°23°99°
CMYK 0.000.010.23   0.01
XYZ84.855593.817165.2659
Yxy93.81710.34790.3846
Hunter Lab96.8592-13.125127.8505
CIE-Lab97.5582-8.025927.1586

#fdfbc3 color RGB value is (253,251,195).

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

The process color (four color CMYK) of #fdfbc3 color hex is 0.00, 0.01, 0.23, 0.01. Web safe color of #fdfbc3 is #ffffcc. Color #fdfbc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11000011
Octal 375 373 303
Decimal 253 251 195
Hex FD FB C3

RGB Percentages of Color #fdfbc3

%36.19
%35.91
%27.90

CMYK Percentages of Color #fdfbc3

%0
%1
%23
%1

Triadic Colors of #fdfbc3

#fdfbc3 #c3fdfb #fbc3fd

Analogous Colors of #fdfbc3

#fdfbc3 #e2fdc3 #fddec3

Monochromatic Colors of #fdfbc3

#fdfbc3

Complementary Color

#fdfbc3 #c3c5fd

#fdfbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbc3 Color CSS Codes

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

#fdfbc3 Text Font Color

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

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


#fdfbc3 Background Color

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

This div background color is #fdfbc3


#fdfbc3 Border Color

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

This div border color is #fdfbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbc3

Related Colors


Comments

No comments written yet.

Please login to write comment.