Color Hex Logo

#fefeca Color Hex

#FEFECA
(254,254,202)
0 Favorites   0 Comments

Color spaces of #fefeca

RGB 254254202
HSL0.170.960.89
HSV60°20°100°
CMYK 0.000.000.20   0.00
XYZ86.975596.218769.8651
Yxy96.21870.34370.3802
Hunter Lab98.0911-13.387026.4347
CIE-Lab98.5191-8.190924.9436

#fefeca color RGB value is (254,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11001010
Octal 376 376 312
Decimal 254 254 202
Hex FE FE CA

RGB Percentages of Color #fefeca

%35.77
%35.77
%28.45

CMYK Percentages of Color #fefeca

%0
%0
%20
%0

Triadic Colors of #fefeca

#fefeca #cafefe #fecafe

Analogous Colors of #fefeca

#fefeca #e4feca #fee4ca

Monochromatic Colors of #fefeca

#fefeca

Complementary Color

#fefeca #cacafe

#fefeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefeca Color CSS Codes

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

#fefeca Text Font Color

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

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


#fefeca Background Color

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

This div background color is #fefeca


#fefeca Border Color

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

This div border color is #fefeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefeca

Related Colors


Comments

No comments written yet.

Please login to write comment.