Color Hex Logo

#fffeca Color Hex

#FFFECA
(255,254,202)
1 Favorites   0 Comments

Color spaces of #fffeca

RGB 255254202
HSL0.161.000.90
HSV59°21°100°
CMYK 0.000.000.21   0.00
XYZ87.342596.407969.8823
Yxy96.40790.34440.3801
Hunter Lab98.1875-13.043926.5332
CIE-Lab98.5941-7.832425.0588

#fffeca color RGB value is (255,254,202).

#fffeca hex color red value is 255, green value is 254 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fffeca hue: 0.16 , saturation: 1.00 and the lightness value of fffeca is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 11001010
Octal 377 376 312
Decimal 255 254 202
Hex FF FE CA

RGB Percentages of Color #fffeca

%35.86
%35.72
%28.41

CMYK Percentages of Color #fffeca

%0
%0
%21
%0

Triadic Colors of #fffeca

#fffeca #cafffe #fecaff

Analogous Colors of #fffeca

#fffeca #e6ffca #ffe4ca

Monochromatic Colors of #fffeca

#fffeca

Complementary Color

#fffeca #cacbff

#fffeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffeca Color CSS Codes

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

#fffeca Text Font Color

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

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


#fffeca Background Color

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

This div background color is #fffeca


#fffeca Border Color

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

This div border color is #fffeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffeca

Related Colors

#fffeca Color Palettes


Comments

No comments written yet.

Please login to write comment.