Color Hex Logo

#ffefec Color Hex

#FFEFEC
(255,239,236)
0 Favorites   0 Comments

Color spaces of #ffefec

RGB 255239236
HSL0.031.000.96
HSV100°
CMYK 0.000.060.07   0.00
XYZ87.246889.049191.9467
Yxy89.04910.32530.3320
Hunter Lab94.3658-0.10648.2860
CIE-Lab95.60094.89153.3747

#ffefec color RGB value is (255,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11101100
Octal 377 357 354
Decimal 255 239 236
Hex FF EF EC

RGB Percentages of Color #ffefec

%34.93
%32.74
%32.33

CMYK Percentages of Color #ffefec

%0
%6
%7
%0

Triadic Colors of #ffefec

#ffefec #ecffef #efecff

Analogous Colors of #ffefec

#ffefec #fff9ec #ffecf3

Monochromatic Colors of #ffefec

#ffefec

Complementary Color

#ffefec #ecfcff

#ffefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefec Color CSS Codes

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

#ffefec Text Font Color

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

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


#ffefec Background Color

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

This div background color is #ffefec


#ffefec Border Color

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

This div border color is #ffefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefec

Related Colors

#ffefec Color Palettes


Comments

No comments written yet.

Please login to write comment.