Color Hex Logo

#fdfec2 Color Hex

#FDFEC2
(253,254,194)
0 Favorites   0 Comments

Color spaces of #fdfec2

RGB 253254194
HSL0.170.970.88
HSV61°24°100°
CMYK 0.000.000.24   0.00
XYZ85.687495.661364.9872
Yxy95.66130.34780.3883
Hunter Lab97.8066-14.779429.0696
CIE-Lab98.2975-9.644228.6735

#fdfec2 color RGB value is (253,254,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11000010
Octal 375 376 302
Decimal 253 254 194
Hex FD FE C2

RGB Percentages of Color #fdfec2

%36.09
%36.23
%27.67

CMYK Percentages of Color #fdfec2

%0
%0
%24
%0

Triadic Colors of #fdfec2

#fdfec2 #c2fdfe #fec2fd

Analogous Colors of #fdfec2

#fdfec2 #dffec2 #fee1c2

Monochromatic Colors of #fdfec2

#fdfec2

Complementary Color

#fdfec2 #c3c2fe

#fdfec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfec2 Color CSS Codes

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

#fdfec2 Text Font Color

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

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


#fdfec2 Background Color

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

This div background color is #fdfec2


#fdfec2 Border Color

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

This div border color is #fdfec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfec2

Related Colors


Comments

No comments written yet.

Please login to write comment.