Color Hex Logo

#fef9ca Color Hex

#FEF9CA
(254,249,202)
0 Favorites   0 Comments

Color spaces of #fef9ca

RGB 254249202
HSL0.150.960.89
HSV54°20°100°
CMYK 0.000.020.20   0.00
XYZ85.409493.086569.3430
Yxy93.08650.34460.3756
Hunter Lab96.4813-10.826524.9241
CIE-Lab97.2627-5.706723.2083

#fef9ca color RGB value is (254,249,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 11001010
Octal 376 371 312
Decimal 254 249 202
Hex FE F9 CA

RGB Percentages of Color #fef9ca

%36.03
%35.32
%28.65

CMYK Percentages of Color #fef9ca

%0
%2
%20
%0

Triadic Colors of #fef9ca

#fef9ca #cafef9 #f9cafe

Analogous Colors of #fef9ca

#fef9ca #e9feca #fedfca

Monochromatic Colors of #fef9ca

#fef9ca

Complementary Color

#fef9ca #cacffe

#fef9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef9ca Color CSS Codes

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

#fef9ca Text Font Color

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

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


#fef9ca Background Color

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

This div background color is #fef9ca


#fef9ca Border Color

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

This div border color is #fef9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef9ca

Related Colors

#fef9ca Color Palettes


Comments

No comments written yet.

Please login to write comment.