Color Hex Logo

#fdffc5 Color Hex

#FDFFC5
(253,255,197)
0 Favorites   0 Comments

Color spaces of #fdffc5

RGB 253255197
HSL0.171.000.89
HSV62°23°100°
CMYK 0.010.000.23   0.00
XYZ86.346196.433966.8860
Yxy96.43390.34580.3863
Hunter Lab98.2008-14.899628.3572
CIE-Lab98.6044-9.732427.5783

#fdffc5 color RGB value is (253,255,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 11000101
Octal 375 377 305
Decimal 253 255 197
Hex FD FF C5

RGB Percentages of Color #fdffc5

%35.89
%36.17
%27.94

CMYK Percentages of Color #fdffc5

%1
%0
%23
%0

Triadic Colors of #fdffc5

#fdffc5 #c5fdff #ffc5fd

Analogous Colors of #fdffc5

#fdffc5 #e0ffc5 #ffe4c5

Monochromatic Colors of #fdffc5

#fdffc5

Complementary Color

#fdffc5 #c7c5ff

#fdffc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffc5 Color CSS Codes

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

#fdffc5 Text Font Color

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

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


#fdffc5 Background Color

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

This div background color is #fdffc5


#fdffc5 Border Color

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

This div border color is #fdffc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffc5

Related Colors


Comments

No comments written yet.

Please login to write comment.