Color Hex Logo

#fffeec Color Hex

#FFFEEC
(255,254,236)
1 Favorites   0 Comments

Color spaces of #fffeec

RGB 255254236
HSL0.161.000.96
HSV57°100°
CMYK 0.000.000.07   0.00
XYZ91.822198.199893.4718
Yxy98.19980.32390.3464
Hunter Lab99.0958-8.019713.4420
CIE-Lab99.2997-2.70168.7124

#fffeec color RGB value is (255,254,236).

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

The process color (four color CMYK) of #fffeec color hex is 0.00, 0.00, 0.07, 0.00. Web safe color of #fffeec is #ffffff. Color #fffeec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 11101100
Octal 377 376 354
Decimal 255 254 236
Hex FF FE EC

RGB Percentages of Color #fffeec

%34.23
%34.09
%31.68

CMYK Percentages of Color #fffeec

%0
%0
%7
%0

Triadic Colors of #fffeec

#fffeec #ecfffe #feecff

Analogous Colors of #fffeec

#fffeec #f7ffec #fff5ec

Monochromatic Colors of #fffeec

#fffeec

Complementary Color

#fffeec #ecedff

#fffeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffeec Color CSS Codes

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

#fffeec Text Font Color

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

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


#fffeec Background Color

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

This div background color is #fffeec


#fffeec Border Color

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

This div border color is #fffeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffeec

Related Colors


Comments

No comments written yet.

Please login to write comment.