Color Hex Logo

#fedaca Color Hex

#FEDACA
(254,218,202)
1 Favorites   0 Comments

Color spaces of #fedaca

RGB 254218202
HSL0.050.960.89
HSV18°20°100°
CMYK 0.000.140.20   0.00
XYZ76.605175.477966.4083
Yxy75.47790.35060.3455
Hunter Lab86.87805.356715.4942
CIE-Lab89.616410.067812.4875

#fedaca color RGB value is (254,218,202).

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

The process color (four color CMYK) of #fedaca color hex is 0.00, 0.14, 0.20, 0.00. Web safe color of #fedaca is #ffcccc. Color #fedaca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11001010
Octal 376 332 312
Decimal 254 218 202
Hex FE DA CA

RGB Percentages of Color #fedaca

%37.69
%32.34
%29.97

CMYK Percentages of Color #fedaca

%0
%14
%20
%0

Triadic Colors of #fedaca

#fedaca #cafeda #dacafe

Analogous Colors of #fedaca

#fedaca #fef4ca #fecad4

Monochromatic Colors of #fedaca

#fedaca

Complementary Color

#fedaca #caeefe

#fedaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedaca Color CSS Codes

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

#fedaca Text Font Color

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

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


#fedaca Background Color

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

This div background color is #fedaca


#fedaca Border Color

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

This div border color is #fedaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedaca

#fedaca Color Palettes


Comments

No comments written yet.

Please login to write comment.