Color Hex Logo

#fdfbc4 Color Hex

#FDFBC4
(253,251,196)
0 Favorites   0 Comments

Color spaces of #fdfbc4

RGB 253251196
HSL0.160.930.88
HSV58°23°99°
CMYK 0.000.010.23   0.01
XYZ84.969093.862565.8635
Yxy93.86250.34720.3836
Hunter Lab96.8827-12.994827.5109
CIE-Lab97.5766-7.890326.6770

#fdfbc4 color RGB value is (253,251,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11000100
Octal 375 373 304
Decimal 253 251 196
Hex FD FB C4

RGB Percentages of Color #fdfbc4

%36.14
%35.86
%28.00

CMYK Percentages of Color #fdfbc4

%0
%1
%23
%1

Triadic Colors of #fdfbc4

#fdfbc4 #c4fdfb #fbc4fd

Analogous Colors of #fdfbc4

#fdfbc4 #e3fdc4 #fddfc4

Monochromatic Colors of #fdfbc4

#fdfbc4

Complementary Color

#fdfbc4 #c4c6fd

#fdfbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbc4 Color CSS Codes

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

#fdfbc4 Text Font Color

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

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


#fdfbc4 Background Color

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

This div background color is #fdfbc4


#fdfbc4 Border Color

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

This div border color is #fdfbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbc4

Related Colors


Comments

No comments written yet.

Please login to write comment.