Color Hex Logo

#fdffc4 Color Hex

#FDFFC4
(253,255,196)
0 Favorites   0 Comments

Color spaces of #fdffc4

RGB 253255196
HSL0.171.000.88
HSV62°23°100°
CMYK 0.010.000.23   0.00
XYZ86.231896.388266.2844
Yxy96.38820.34640.3872
Hunter Lab98.1775-15.029528.6947
CIE-Lab98.5863-9.868128.0584

#fdffc4 color RGB value is (253,255,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11000100
Octal 375 377 304
Decimal 253 255 196
Hex FD FF C4

RGB Percentages of Color #fdffc4

%35.94
%36.22
%27.84

CMYK Percentages of Color #fdffc4

%1
%0
%23
%0

Triadic Colors of #fdffc4

#fdffc4 #c4fdff #ffc4fd

Analogous Colors of #fdffc4

#fdffc4 #e0ffc4 #ffe4c4

Monochromatic Colors of #fdffc4

#fdffc4

Complementary Color

#fdffc4 #c6c4ff

#fdffc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffc4 Color CSS Codes

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

#fdffc4 Text Font Color

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

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


#fdffc4 Background Color

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

This div background color is #fdffc4


#fdffc4 Border Color

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

This div border color is #fdffc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,255,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 #fdffc4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffc4

Related Colors


Comments

No comments written yet.

Please login to write comment.