Color Hex Logo

#fefdae Color Hex

#FEFDAE
(254,253,174)
0 Favorites   0 Comments

Color spaces of #fefdae

RGB 254253174
HSL0.160.980.84
HSV59°31°100°
CMYK 0.000.000.31   0.00
XYZ83.638394.377453.8528
Yxy94.37740.36070.4070
Hunter Lab97.1480-16.331935.1369
CIE-Lab97.7839-11.311538.0132

#fefdae color RGB value is (254,253,174).

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

The process color (four color CMYK) of #fefdae color hex is 0.00, 0.00, 0.31, 0.00. Web safe color of #fefdae is #ffff99. Color #fefdae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 10101110
Octal 376 375 256
Decimal 254 253 174
Hex FE FD AE

RGB Percentages of Color #fefdae

%37.30
%37.15
%25.55

CMYK Percentages of Color #fefdae

%0
%0
%31
%0

Triadic Colors of #fefdae

#fefdae #aefefd #fdaefe

Analogous Colors of #fefdae

#fefdae #d7feae #fed5ae

Monochromatic Colors of #fefdae

#fefdae

Complementary Color

#fefdae #aeaffe

#fefdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdae Color CSS Codes

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

#fefdae Text Font Color

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

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


#fefdae Background Color

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

This div background color is #fefdae


#fefdae Border Color

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

This div border color is #fefdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdae

Related Colors


Comments

No comments written yet.

Please login to write comment.