Color Hex Logo

#fefdcb Color Hex

#FEFDCB
(254,253,203)
0 Favorites   0 Comments

Color spaces of #fefdcb

RGB 254253203
HSL0.160.960.90
HSV59°20°100°
CMYK 0.000.000.20   0.00
XYZ86.777895.633270.3853
Yxy95.63320.34330.3783
Hunter Lab97.7922-12.741025.7810
CIE-Lab98.2863-7.555724.1153

#fefdcb color RGB value is (254,253,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11001011
Octal 376 375 313
Decimal 254 253 203
Hex FE FD CB

RGB Percentages of Color #fefdcb

%35.77
%35.63
%28.59

CMYK Percentages of Color #fefdcb

%0
%0
%20
%0

Triadic Colors of #fefdcb

#fefdcb #cbfefd #fdcbfe

Analogous Colors of #fefdcb

#fefdcb #e6fecb #fee4cb

Monochromatic Colors of #fefdcb

#fefdcb

Complementary Color

#fefdcb #cbccfe

#fefdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdcb Color CSS Codes

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

#fefdcb Text Font Color

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

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


#fefdcb Background Color

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

This div background color is #fefdcb


#fefdcb Border Color

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

This div border color is #fefdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdcb

Related Colors

#fefdcb Color Palettes


Comments

No comments written yet.

Please login to write comment.