Color Hex Logo

#fef9cd Color Hex

#FEF9CD
(254,249,205)
0 Favorites   0 Comments

Color spaces of #fef9cd

RGB 254249205
HSL0.150.960.90
HSV54°19°100°
CMYK 0.000.020.19   0.00
XYZ85.768293.230071.2323
Yxy93.23000.34280.3726
Hunter Lab96.5557-10.415023.8488
CIE-Lab97.3209-5.282721.7598

#fef9cd color RGB value is (254,249,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 11001101
Octal 376 371 315
Decimal 254 249 205
Hex FE F9 CD

RGB Percentages of Color #fef9cd

%35.88
%35.17
%28.95

CMYK Percentages of Color #fef9cd

%0
%2
%19
%0

Triadic Colors of #fef9cd

#fef9cd #cdfef9 #f9cdfe

Analogous Colors of #fef9cd

#fef9cd #ebfecd #fee1cd

Monochromatic Colors of #fef9cd

#fef9cd

Complementary Color

#fef9cd #cdd2fe

#fef9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef9cd Color CSS Codes

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

#fef9cd Text Font Color

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

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


#fef9cd Background Color

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

This div background color is #fef9cd


#fef9cd Border Color

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

This div border color is #fef9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef9cd

Related Colors


Comments

No comments written yet.

Please login to write comment.