Color Hex Logo

#fdfee3 Color Hex

#FDFEE3
(253,254,227)
0 Favorites   0 Comments

Color spaces of #fdfee3

RGB 253254227
HSL0.170.930.94
HSV62°11°100°
CMYK 0.000.000.11   0.00
XYZ89.815097.312386.7224
Yxy97.31230.32800.3553
Hunter Lab98.6470-10.113616.9300
CIE-Lab98.9513-4.827912.8016

#fdfee3 color RGB value is (253,254,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11100011
Octal 375 376 343
Decimal 253 254 227
Hex FD FE E3

RGB Percentages of Color #fdfee3

%34.47
%34.60
%30.93

CMYK Percentages of Color #fdfee3

%0
%0
%11
%0

Triadic Colors of #fdfee3

#fdfee3 #e3fdfe #fee3fd

Analogous Colors of #fdfee3

#fdfee3 #f0fee3 #fef2e3

Monochromatic Colors of #fdfee3

#fdfee3

Complementary Color

#fdfee3 #e4e3fe

#fdfee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfee3 Color CSS Codes

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

#fdfee3 Text Font Color

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

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


#fdfee3 Background Color

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

This div background color is #fdfee3


#fdfee3 Border Color

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

This div border color is #fdfee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfee3


Comments

No comments written yet.

Please login to write comment.