Color Hex Logo

#fefacd Color Hex

#FEFACD
(254,250,205)
0 Favorites   0 Comments

Color spaces of #fefacd

RGB 254250205
HSL0.150.960.90
HSV55°19°100°
CMYK 0.000.020.19   0.00
XYZ86.078193.849871.3356
Yxy93.84980.34260.3735
Hunter Lab96.8761-10.929224.1545
CIE-Lab97.5714-5.781522.1079

#fefacd color RGB value is (254,250,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11001101
Octal 376 372 315
Decimal 254 250 205
Hex FE FA CD

RGB Percentages of Color #fefacd

%35.83
%35.26
%28.91

CMYK Percentages of Color #fefacd

%0
%2
%19
%0

Triadic Colors of #fefacd

#fefacd #cdfefa #facdfe

Analogous Colors of #fefacd

#fefacd #eafecd #fee2cd

Monochromatic Colors of #fefacd

#fefacd

Complementary Color

#fefacd #cdd1fe

#fefacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefacd Color CSS Codes

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

#fefacd Text Font Color

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

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


#fefacd Background Color

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

This div background color is #fefacd


#fefacd Border Color

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

This div border color is #fefacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefacd

Related Colors


Comments

No comments written yet.

Please login to write comment.