Color Hex Logo

#feedca Color Hex

#FEEDCA
(254,237,202)
0 Favorites   0 Comments

Color spaces of #feedca

RGB 254237202
HSL0.110.960.89
HSV40°20°100°
CMYK 0.000.070.20   0.00
XYZ81.817985.903568.1459
Yxy85.90350.34690.3642
Hunter Lab92.6841-4.624521.2860
CIE-Lab94.27110.328119.0462

#feedca color RGB value is (254,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11001010
Octal 376 355 312
Decimal 254 237 202
Hex FE ED CA

RGB Percentages of Color #feedca

%36.65
%34.20
%29.15

CMYK Percentages of Color #feedca

%0
%7
%20
%0

Triadic Colors of #feedca

#feedca #cafeed #edcafe

Analogous Colors of #feedca

#feedca #f5feca #fed3ca

Monochromatic Colors of #feedca

#feedca

Complementary Color

#feedca #cadbfe

#feedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedca Color CSS Codes

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

#feedca Text Font Color

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

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


#feedca Background Color

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

This div background color is #feedca


#feedca Border Color

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

This div border color is #feedca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,237,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 #feedca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedca

Related Colors

#feedca Color Palettes


Comments

No comments written yet.

Please login to write comment.