Color Hex Logo

#fedfc5 Color Hex

#FEDFC5
(254,223,197)
1 Favorites   0 Comments

Color spaces of #fedfc5

RGB 254223197
HSL0.080.970.88
HSV27°22°100°
CMYK 0.000.120.22   0.00
XYZ77.338877.877463.7790
Yxy77.87740.35320.3556
Hunter Lab88.24821.999318.9235
CIE-Lab90.72396.774616.6657

#fedfc5 color RGB value is (254,223,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11000101
Octal 376 337 305
Decimal 254 223 197
Hex FE DF C5

RGB Percentages of Color #fedfc5

%37.69
%33.09
%29.23

CMYK Percentages of Color #fedfc5

%0
%12
%22
%0

Triadic Colors of #fedfc5

#fedfc5 #c5fedf #dfc5fe

Analogous Colors of #fedfc5

#fedfc5 #fefcc5 #fec5c8

Monochromatic Colors of #fedfc5

#fedfc5

Complementary Color

#fedfc5 #c5e4fe

#fedfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfc5 Color CSS Codes

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

#fedfc5 Text Font Color

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

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


#fedfc5 Background Color

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

This div background color is #fedfc5


#fedfc5 Border Color

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

This div border color is #fedfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfc5

Related Colors


Comments

No comments written yet.

Please login to write comment.