Color Hex Logo

#fdffce Color Hex

#FDFFCE
(253,255,206)
0 Favorites   0 Comments

Color spaces of #fdffce

RGB 253255206
HSL0.171.000.90
HSV62°19°100°
CMYK 0.010.000.19   0.00
XYZ87.408696.858972.4812
Yxy96.85890.34040.3773
Hunter Lab98.4169-13.695525.2265
CIE-Lab98.7725-8.478923.2538

#fdffce color RGB value is (253,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11001110
Octal 375 377 316
Decimal 253 255 206
Hex FD FF CE

RGB Percentages of Color #fdffce

%35.43
%35.71
%28.85

CMYK Percentages of Color #fdffce

%1
%0
%19
%0

Triadic Colors of #fdffce

#fdffce #cefdff #ffcefd

Analogous Colors of #fdffce

#fdffce #e5ffce #ffe9ce

Monochromatic Colors of #fdffce

#fdffce

Complementary Color

#fdffce #d0ceff

#fdffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffce Color CSS Codes

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

#fdffce Text Font Color

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

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


#fdffce Background Color

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

This div background color is #fdffce


#fdffce Border Color

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

This div border color is #fdffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffce

Related Colors


Comments

No comments written yet.

Please login to write comment.