Color Hex Logo

#fedfd7 Color Hex

#FEDFD7
(254,223,215)
0 Favorites   0 Comments

Color spaces of #fedfd7

RGB 254223215
HSL0.030.950.92
HSV12°15°100°
CMYK 0.000.120.15   0.00
XYZ79.526578.752575.2992
Yxy78.75250.34050.3372
Hunter Lab88.74264.662811.8115
CIE-Lab91.12229.41867.8292

#fedfd7 color RGB value is (254,223,215).

#fedfd7 hex color red value is 254, green value is 223 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #fedfd7 hue: 0.03 , saturation: 0.95 and the lightness value of fedfd7 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11010111
Octal 376 337 327
Decimal 254 223 215
Hex FE DF D7

RGB Percentages of Color #fedfd7

%36.71
%32.23
%31.07

CMYK Percentages of Color #fedfd7

%0
%12
%15
%0

Triadic Colors of #fedfd7

#fedfd7 #d7fedf #dfd7fe

Analogous Colors of #fedfd7

#fedfd7 #fef3d7 #fed7e3

Monochromatic Colors of #fedfd7

#fedfd7

Complementary Color

#fedfd7 #d7f6fe

#fedfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfd7 Color CSS Codes

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

#fedfd7 Text Font Color

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

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


#fedfd7 Background Color

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

This div background color is #fedfd7


#fedfd7 Border Color

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

This div border color is #fedfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfd7


Comments

No comments written yet.

Please login to write comment.