Color Hex Logo

#fedfd3 Color Hex

#FEDFD3
(254,223,211)
0 Favorites   0 Comments

Color spaces of #fedfd3

RGB 254223211
HSL0.050.960.91
HSV17°17°100°
CMYK 0.000.120.17   0.00
XYZ79.018678.549372.6248
Yxy78.54930.34330.3412
Hunter Lab88.62804.047213.4554
CIE-Lab91.03008.81099.7894

#fedfd3 color RGB value is (254,223,211).

#fedfd3 hex color red value is 254, green value is 223 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fedfd3 hue: 0.05 , saturation: 0.96 and the lightness value of fedfd3 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11010011
Octal 376 337 323
Decimal 254 223 211
Hex FE DF D3

RGB Percentages of Color #fedfd3

%36.92
%32.41
%30.67

CMYK Percentages of Color #fedfd3

%0
%12
%17
%0

Triadic Colors of #fedfd3

#fedfd3 #d3fedf #dfd3fe

Analogous Colors of #fedfd3

#fedfd3 #fef5d3 #fed3dd

Monochromatic Colors of #fedfd3

#fedfd3

Complementary Color

#fedfd3 #d3f2fe

#fedfd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfd3 Color CSS Codes

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

#fedfd3 Text Font Color

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

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


#fedfd3 Background Color

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

This div background color is #fedfd3


#fedfd3 Border Color

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

This div border color is #fedfd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfd3


Comments

No comments written yet.

Please login to write comment.