Color Hex Logo

#fef6cc Color Hex

#FEF6CC
(254,246,204)
0 Favorites   0 Comments

Color spaces of #fef6cc

RGB 254246204
HSL0.140.960.90
HSV50°20°100°
CMYK 0.000.030.20   0.00
XYZ84.727991.342070.2919
Yxy91.34200.34390.3708
Hunter Lab95.5730-9.008023.2946
CIE-Lab96.5507-3.924521.1993

#fef6cc color RGB value is (254,246,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 11001100
Octal 376 366 314
Decimal 254 246 204
Hex FE F6 CC

RGB Percentages of Color #fef6cc

%36.08
%34.94
%28.98

CMYK Percentages of Color #fef6cc

%0
%3
%20
%0

Triadic Colors of #fef6cc

#fef6cc #ccfef6 #f6ccfe

Analogous Colors of #fef6cc

#fef6cc #edfecc #feddcc

Monochromatic Colors of #fef6cc

#fef6cc

Complementary Color

#fef6cc #ccd4fe

#fef6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef6cc Color CSS Codes

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

#fef6cc Text Font Color

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

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


#fef6cc Background Color

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

This div background color is #fef6cc


#fef6cc Border Color

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

This div border color is #fef6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef6cc


Comments

No comments written yet.

Please login to write comment.