Color Hex Logo

#fefdea Color Hex

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

Color spaces of #fefdea

RGB 254253234
HSL0.160.910.96
HSV57°100°
CMYK 0.000.000.08   0.00
XYZ90.849697.261991.8270
Yxy97.26190.32450.3474
Hunter Lab98.6214-8.154213.8298
CIE-Lab98.9315-2.86559.1990

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

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

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

Base Numbers

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

RGB Percentages of Color #fefdea

%34.28
%34.14
%31.58

CMYK Percentages of Color #fefdea

%0
%0
%8
%0

Triadic Colors of #fefdea

#fefdea #eafefd #fdeafe

Analogous Colors of #fefdea

#fefdea #f5feea #fef3ea

Monochromatic Colors of #fefdea

#fefdea

Complementary Color

#fefdea #eaebfe

#fefdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdea Color CSS Codes

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

#fefdea Text Font Color

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

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


#fefdea Background Color

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

This div background color is #fefdea


#fefdea Border Color

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

This div border color is #fefdea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,253,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 #fefdea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdea

Related Colors

#fefdea Color Palettes


Comments

No comments written yet.

Please login to write comment.