Color Hex Logo

#fefacb Color Hex

#FEFACB
(254,250,203)
0 Favorites   0 Comments

Color spaces of #fefacb

RGB 254250203
HSL0.150.960.90
HSV55°20°100°
CMYK 0.000.020.20   0.00
XYZ85.838193.753870.0721
Yxy93.75380.34380.3755
Hunter Lab96.8265-11.203724.8712
CIE-Lab97.5327-6.064623.0728

#fefacb color RGB value is (254,250,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11001011
Octal 376 372 313
Decimal 254 250 203
Hex FE FA CB

RGB Percentages of Color #fefacb

%35.93
%35.36
%28.71

CMYK Percentages of Color #fefacb

%0
%2
%20
%0

Triadic Colors of #fefacb

#fefacb #cbfefa #facbfe

Analogous Colors of #fefacb

#fefacb #e9fecb #fee1cb

Monochromatic Colors of #fefacb

#fefacb

Complementary Color

#fefacb #cbcffe

#fefacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefacb Color CSS Codes

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

#fefacb Text Font Color

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

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


#fefacb Background Color

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

This div background color is #fefacb


#fefacb Border Color

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

This div border color is #fefacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefacb


Comments

No comments written yet.

Please login to write comment.