Color Hex Logo

#feedd4 Color Hex

#FEEDD4
(254,237,212)
0 Favorites   0 Comments

Color spaces of #feedd4

RGB 254237212
HSL0.100.950.91
HSV36°17°100°
CMYK 0.000.070.17   0.00
XYZ83.040986.392774.5861
Yxy86.39270.34030.3540
Hunter Lab92.9477-3.183717.4860
CIE-Lab94.48001.785714.1786

#feedd4 color RGB value is (254,237,212).

#feedd4 hex color red value is 254, green value is 237 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #feedd4 hue: 0.10 , saturation: 0.95 and the lightness value of feedd4 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11010100
Octal 376 355 324
Decimal 254 237 212
Hex FE ED D4

RGB Percentages of Color #feedd4

%36.13
%33.71
%30.16

CMYK Percentages of Color #feedd4

%0
%7
%17
%0

Triadic Colors of #feedd4

#feedd4 #d4feed #edd4fe

Analogous Colors of #feedd4

#feedd4 #fafed4 #fed8d4

Monochromatic Colors of #feedd4

#feedd4

Complementary Color

#feedd4 #d4e5fe

#feedd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedd4 Color CSS Codes

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

#feedd4 Text Font Color

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

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


#feedd4 Background Color

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

This div background color is #feedd4


#feedd4 Border Color

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

This div border color is #feedd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedd4

Related Colors


Comments

No comments written yet.

Please login to write comment.