Color Hex Logo

#ffefdf Color Hex

#FFEFDF
(255,239,223)
0 Favorites   0 Comments

Color spaces of #ffefdf

RGB 255239223
HSL0.081.000.94
HSV30°13°100°
CMYK 0.000.060.13   0.00
XYZ85.425888.320782.3572
Yxy88.32070.33360.3449
Hunter Lab93.9791-2.209213.8274
CIE-Lab95.29582.80219.6633

#ffefdf color RGB value is (255,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11011111
Octal 377 357 337
Decimal 255 239 223
Hex FF EF DF

RGB Percentages of Color #ffefdf

%35.56
%33.33
%31.10

CMYK Percentages of Color #ffefdf

%0
%6
%13
%0

Triadic Colors of #ffefdf

#ffefdf #dfffef #efdfff

Analogous Colors of #ffefdf

#ffefdf #ffffdf #ffdfdf

Monochromatic Colors of #ffefdf

#ffefdf

Complementary Color

#ffefdf #dfefff

#ffefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefdf Color CSS Codes

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

#ffefdf Text Font Color

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

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


#ffefdf Background Color

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

This div background color is #ffefdf


#ffefdf Border Color

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

This div border color is #ffefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefdf

Related Colors


Comments

No comments written yet.

Please login to write comment.