Color Hex Logo

#fefecb Color Hex

#FEFECB
(254,254,203)
0 Favorites   0 Comments

Color spaces of #fefecb

RGB 254254203
HSL0.170.960.90
HSV60°20°100°
CMYK 0.000.000.20   0.00
XYZ87.094496.266270.4908
Yxy96.26620.34310.3792
Hunter Lab98.1153-13.252126.0839
CIE-Lab98.5379-8.051024.4627

#fefecb color RGB value is (254,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11001011
Octal 376 376 313
Decimal 254 254 203
Hex FE FE CB

RGB Percentages of Color #fefecb

%35.72
%35.72
%28.55

CMYK Percentages of Color #fefecb

%0
%0
%20
%0

Triadic Colors of #fefecb

#fefecb #cbfefe #fecbfe

Analogous Colors of #fefecb

#fefecb #e5fecb #fee5cb

Monochromatic Colors of #fefecb

#fefecb

Complementary Color

#fefecb #cbcbfe

#fefecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefecb Color CSS Codes

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

#fefecb Text Font Color

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

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


#fefecb Background Color

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

This div background color is #fefecb


#fefecb Border Color

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

This div border color is #fefecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefecb

Related Colors


Comments

No comments written yet.

Please login to write comment.