Color Hex Logo

#fdffca Color Hex

#FDFFCA
(253,255,202)
0 Favorites   0 Comments

Color spaces of #fdffca

RGB 253255202
HSL0.171.000.90
HSV62°21°100°
CMYK 0.010.000.21   0.00
XYZ86.928796.666969.9541
Yxy96.66690.34280.3813
Hunter Lab98.3193-14.238726.6388
CIE-Lab98.6966-9.043225.1765

#fdffca color RGB value is (253,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11001010
Octal 375 377 312
Decimal 253 255 202
Hex FD FF CA

RGB Percentages of Color #fdffca

%35.63
%35.92
%28.45

CMYK Percentages of Color #fdffca

%1
%0
%21
%0

Triadic Colors of #fdffca

#fdffca #cafdff #ffcafd

Analogous Colors of #fdffca

#fdffca #e3ffca #ffe7ca

Monochromatic Colors of #fdffca

#fdffca

Complementary Color

#fdffca #cccaff

#fdffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffca Color CSS Codes

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

#fdffca Text Font Color

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

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


#fdffca Background Color

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

This div background color is #fdffca


#fdffca Border Color

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

This div border color is #fdffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffca


Comments

No comments written yet.

Please login to write comment.