Color Hex Logo

#fefdc5 Color Hex

#FEFDC5
(254,253,197)
0 Favorites   0 Comments

Color spaces of #fefdc5

RGB 254253197
HSL0.160.970.88
HSV59°22°100°
CMYK 0.000.000.22   0.00
XYZ86.076495.352666.6915
Yxy95.35260.34690.3843
Hunter Lab97.6487-13.539027.8605
CIE-Lab98.1744-8.383827.0020

#fefdc5 color RGB value is (254,253,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11000101
Octal 376 375 305
Decimal 254 253 197
Hex FE FD C5

RGB Percentages of Color #fefdc5

%36.08
%35.94
%27.98

CMYK Percentages of Color #fefdc5

%0
%0
%22
%0

Triadic Colors of #fefdc5

#fefdc5 #c5fefd #fdc5fe

Analogous Colors of #fefdc5

#fefdc5 #e3fec5 #fee1c5

Monochromatic Colors of #fefdc5

#fefdc5

Complementary Color

#fefdc5 #c5c6fe

#fefdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdc5 Color CSS Codes

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

#fefdc5 Text Font Color

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

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


#fefdc5 Background Color

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

This div background color is #fefdc5


#fefdc5 Border Color

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

This div border color is #fefdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdc5

Related Colors


Comments

No comments written yet.

Please login to write comment.