Color Hex Logo

#fefdc9 Color Hex

#FEFDC9
(254,253,201)
0 Favorites   0 Comments

Color spaces of #fefdc9

RGB 254253201
HSL0.160.960.89
HSV59°21°100°
CMYK 0.000.000.21   0.00
XYZ86.540995.538469.1379
Yxy95.53840.34450.3803
Hunter Lab97.7437-13.010226.4825
CIE-Lab98.2485-7.834725.0778

#fefdc9 color RGB value is (254,253,201).

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

The process color (four color CMYK) of #fefdc9 color hex is 0.00, 0.00, 0.21, 0.00. Web safe color of #fefdc9 is #ffffcc. Color #fefdc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11001001
Octal 376 375 311
Decimal 254 253 201
Hex FE FD C9

RGB Percentages of Color #fefdc9

%35.88
%35.73
%28.39

CMYK Percentages of Color #fefdc9

%0
%0
%21
%0

Triadic Colors of #fefdc9

#fefdc9 #c9fefd #fdc9fe

Analogous Colors of #fefdc9

#fefdc9 #e5fec9 #fee3c9

Monochromatic Colors of #fefdc9

#fefdc9

Complementary Color

#fefdc9 #c9cafe

#fefdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdc9 Color CSS Codes

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

#fefdc9 Text Font Color

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

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


#fefdc9 Background Color

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

This div background color is #fefdc9


#fefdc9 Border Color

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

This div border color is #fefdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdc9

Related Colors


Comments

No comments written yet.

Please login to write comment.