Color Hex Logo

#feefcd Color Hex

#FEEFCD
(254,239,205)
0 Favorites   0 Comments

Color spaces of #feefcd

RGB 254239205
HSL0.120.960.90
HSV42°19°100°
CMYK 0.000.060.19   0.00
XYZ82.759087.211670.2293
Yxy87.21160.34450.3631
Hunter Lab93.3872-5.242120.7836
CIE-Lab94.8280-0.255618.2805

#feefcd color RGB value is (254,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11001101
Octal 376 357 315
Decimal 254 239 205
Hex FE EF CD

RGB Percentages of Color #feefcd

%36.39
%34.24
%29.37

CMYK Percentages of Color #feefcd

%0
%6
%19
%0

Triadic Colors of #feefcd

#feefcd #cdfeef #efcdfe

Analogous Colors of #feefcd

#feefcd #f5fecd #fed7cd

Monochromatic Colors of #feefcd

#feefcd

Complementary Color

#feefcd #cddcfe

#feefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefcd Color CSS Codes

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

#feefcd Text Font Color

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

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


#feefcd Background Color

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

This div background color is #feefcd


#feefcd Border Color

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

This div border color is #feefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefcd

Related Colors


Comments

No comments written yet.

Please login to write comment.