Color Hex Logo

#fedde3 Color Hex

#FEDDE3
(254,221,227)
0 Favorites   0 Comments

Color spaces of #fedde3

RGB 254221227
HSL0.970.940.93
HSV349°13°100°
CMYK 0.000.130.11   0.00
XYZ80.594678.329883.5444
Yxy78.32980.33240.3231
Hunter Lab88.50417.66545.9855
CIE-Lab90.930212.34611.2649

#fedde3 color RGB value is (254,221,227).

#fedde3 hex color red value is 254, green value is 221 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fedde3 hue: 0.97 , saturation: 0.94 and the lightness value of fedde3 is 0.93.

The process color (four color CMYK) of #fedde3 color hex is 0.00, 0.13, 0.11, 0.00. Web safe color of #fedde3 is #ffcccc. Color #fedde3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11100011
Octal 376 335 343
Decimal 254 221 227
Hex FE DD E3

RGB Percentages of Color #fedde3

%36.18
%31.48
%32.34

CMYK Percentages of Color #fedde3

%0
%13
%11
%0

Triadic Colors of #fedde3

#fedde3 #e3fedd #dde3fe

Analogous Colors of #fedde3

#fedde3 #fee8dd #feddf4

Monochromatic Colors of #fedde3

#fedde3

Complementary Color

#fedde3 #ddfef8

#fedde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedde3 Color CSS Codes

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

#fedde3 Text Font Color

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

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


#fedde3 Background Color

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

This div background color is #fedde3


#fedde3 Border Color

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

This div border color is #fedde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedde3


Comments

No comments written yet.

Please login to write comment.