Color Hex Logo

#fefcd7 Color Hex

#FEFCD7
(254,252,215)
1 Favorites   0 Comments

Color spaces of #fefcd7

RGB 254252215
HSL0.160.950.92
HSV57°15°100°
CMYK 0.000.010.15   0.00
XYZ87.949295.597978.1068
Yxy95.59790.33610.3654
Hunter Lab97.7742-10.541621.0782
CIE-Lab98.2722-5.322317.9854

#fefcd7 color RGB value is (254,252,215).

#fefcd7 hex color red value is 254, green value is 252 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #fefcd7 hue: 0.16 , saturation: 0.95 and the lightness value of fefcd7 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 11010111
Octal 376 374 327
Decimal 254 252 215
Hex FE FC D7

RGB Percentages of Color #fefcd7

%35.23
%34.95
%29.82

CMYK Percentages of Color #fefcd7

%0
%1
%15
%0

Triadic Colors of #fefcd7

#fefcd7 #d7fefc #fcd7fe

Analogous Colors of #fefcd7

#fefcd7 #edfed7 #fee9d7

Monochromatic Colors of #fefcd7

#fefcd7

Complementary Color

#fefcd7 #d7d9fe

#fefcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcd7 Color CSS Codes

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

#fefcd7 Text Font Color

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

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


#fefcd7 Background Color

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

This div background color is #fefcd7


#fefcd7 Border Color

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

This div border color is #fefcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcd7

Related Colors


Comments

No comments written yet.

Please login to write comment.