Color Hex Logo

#ffefc7 Color Hex

#FFEFC7
(255,239,199)
0 Favorites   0 Comments

Color spaces of #ffefc7

RGB 255239199
HSL0.121.000.89
HSV43°22°100°
CMYK 0.000.060.22   0.00
XYZ82.415387.116566.5042
Yxy87.11650.34920.3691
Hunter Lab93.3362-5.724023.0899
CIE-Lab94.7877-0.743821.3219

#ffefc7 color RGB value is (255,239,199).

#ffefc7 hex color red value is 255, green value is 239 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ffefc7 hue: 0.12 , saturation: 1.00 and the lightness value of ffefc7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11000111
Octal 377 357 307
Decimal 255 239 199
Hex FF EF C7

RGB Percentages of Color #ffefc7

%36.80
%34.49
%28.72

CMYK Percentages of Color #ffefc7

%0
%6
%22
%0

Triadic Colors of #ffefc7

#ffefc7 #c7ffef #efc7ff

Analogous Colors of #ffefc7

#ffefc7 #f3ffc7 #ffd3c7

Monochromatic Colors of #ffefc7

#ffefc7

Complementary Color

#ffefc7 #c7d7ff

#ffefc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefc7 Color CSS Codes

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

#ffefc7 Text Font Color

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

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


#ffefc7 Background Color

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

This div background color is #ffefc7


#ffefc7 Border Color

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

This div border color is #ffefc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefc7

#ffefc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.