Color Hex Logo

#fdfec1 Color Hex

#FDFEC1
(253,254,193)
0 Favorites   0 Comments

Color spaces of #fdfec1

RGB 253254193
HSL0.170.970.88
HSV61°24°100°
CMYK 0.000.000.24   0.00
XYZ85.575595.616564.3976
Yxy95.61650.34840.3893
Hunter Lab97.7837-14.907029.4018
CIE-Lab98.2797-9.777629.1535

#fdfec1 color RGB value is (253,254,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11000001
Octal 375 376 301
Decimal 253 254 193
Hex FD FE C1

RGB Percentages of Color #fdfec1

%36.14
%36.29
%27.57

CMYK Percentages of Color #fdfec1

%0
%0
%24
%0

Triadic Colors of #fdfec1

#fdfec1 #c1fdfe #fec1fd

Analogous Colors of #fdfec1

#fdfec1 #dffec1 #fee1c1

Monochromatic Colors of #fdfec1

#fdfec1

Complementary Color

#fdfec1 #c2c1fe

#fdfec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfec1 Color CSS Codes

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

#fdfec1 Text Font Color

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

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


#fdfec1 Background Color

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

This div background color is #fdfec1


#fdfec1 Border Color

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

This div border color is #fdfec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfec1

Related Colors


Comments

No comments written yet.

Please login to write comment.