Color Hex Logo

#fefdad Color Hex

#FEFDAD
(254,253,173)
0 Favorites   0 Comments

Color spaces of #fefdad

RGB 254253173
HSL0.160.980.84
HSV59°32°100°
CMYK 0.000.000.32   0.00
XYZ83.541294.338553.3412
Yxy94.33850.36130.4080
Hunter Lab97.1280-16.443635.4285
CIE-Lab97.7682-11.429638.4887

#fefdad color RGB value is (254,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 10101101
Octal 376 375 255
Decimal 254 253 173
Hex FE FD AD

RGB Percentages of Color #fefdad

%37.35
%37.21
%25.44

CMYK Percentages of Color #fefdad

%0
%0
%32
%0

Triadic Colors of #fefdad

#fefdad #adfefd #fdadfe

Analogous Colors of #fefdad

#fefdad #d7fead #fed5ad

Monochromatic Colors of #fefdad

#fefdad

Complementary Color

#fefdad #adaefe

#fefdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdad Color CSS Codes

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

#fefdad Text Font Color

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

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


#fefdad Background Color

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

This div background color is #fefdad


#fefdad Border Color

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

This div border color is #fefdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdad

Related Colors


Comments

No comments written yet.

Please login to write comment.