Color Hex Logo

#fffecb Color Hex

#FFFECB
(255,254,203)
0 Favorites   0 Comments

Color spaces of #fffecb

RGB 255254203
HSL0.161.000.90
HSV59°20°100°
CMYK 0.000.000.20   0.00
XYZ87.461396.455470.5080
Yxy96.45540.34380.3791
Hunter Lab98.2117-12.909426.1828
CIE-Lab98.6129-7.693224.5779

#fffecb color RGB value is (255,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 11001011
Octal 377 376 313
Decimal 255 254 203
Hex FF FE CB

RGB Percentages of Color #fffecb

%35.81
%35.67
%28.51

CMYK Percentages of Color #fffecb

%0
%0
%20
%0

Triadic Colors of #fffecb

#fffecb #cbfffe #fecbff

Analogous Colors of #fffecb

#fffecb #e6ffcb #ffe4cb

Monochromatic Colors of #fffecb

#fffecb

Complementary Color

#fffecb #cbccff

#fffecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffecb Color CSS Codes

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

#fffecb Text Font Color

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

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


#fffecb Background Color

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

This div background color is #fffecb


#fffecb Border Color

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

This div border color is #fffecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffecb

Related Colors

#fffecb Color Palettes


Comments

No comments written yet.

Please login to write comment.