Color Hex Logo

#fdfeea Color Hex

#FDFEEA
(253,254,234)
0 Favorites   0 Comments

Color spaces of #fdfeea

RGB 253254234
HSL0.180.910.96
HSV63°100°
CMYK 0.000.000.08   0.00
XYZ90.801197.706891.9155
Yxy97.70680.32380.3484
Hunter Lab98.8468-9.010914.0602
CIE-Lab99.1064-3.70749.4400

#fdfeea color RGB value is (253,254,234).

#fdfeea hex color red value is 253, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fdfeea hue: 0.18 , saturation: 0.91 and the lightness value of fdfeea is 0.96.

The process color (four color CMYK) of #fdfeea color hex is 0.00, 0.00, 0.08, 0.00. Web safe color of #fdfeea is #ffffff. Color #fdfeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11101010
Octal 375 376 352
Decimal 253 254 234
Hex FD FE EA

RGB Percentages of Color #fdfeea

%34.14
%34.28
%31.58

CMYK Percentages of Color #fdfeea

%0
%0
%8
%0

Triadic Colors of #fdfeea

#fdfeea #eafdfe #feeafd

Analogous Colors of #fdfeea

#fdfeea #f3feea #fef5ea

Monochromatic Colors of #fdfeea

#fdfeea

Complementary Color

#fdfeea #ebeafe

#fdfeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfeea Color CSS Codes

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

#fdfeea Text Font Color

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

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


#fdfeea Background Color

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

This div background color is #fdfeea


#fdfeea Border Color

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

This div border color is #fdfeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfeea

Related Colors


Comments

No comments written yet.

Please login to write comment.