Color Hex Logo

#ffedef Color Hex

#FFEDEF
(255,237,239)
1 Favorites   0 Comments

Color spaces of #ffedef

RGB 255237239
HSL0.981.000.96
HSV353°100°
CMYK 0.000.070.06   0.00
XYZ87.104288.060494.0678
Yxy88.06040.32350.3271
Hunter Lab93.84051.46566.2547
CIE-Lab95.18646.41351.2173

#ffedef color RGB value is (255,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 11101111
Octal 377 355 357
Decimal 255 237 239
Hex FF ED EF

RGB Percentages of Color #ffedef

%34.88
%32.42
%32.69

CMYK Percentages of Color #ffedef

%0
%7
%6
%0

Triadic Colors of #ffedef

#ffedef #efffed #edefff

Analogous Colors of #ffedef

#ffedef #fff4ed #ffedf8

Monochromatic Colors of #ffedef

#ffedef

Complementary Color

#ffedef #edfffd

#ffedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedef Color CSS Codes

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

#ffedef Text Font Color

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

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


#ffedef Background Color

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

This div background color is #ffedef


#ffedef Border Color

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

This div border color is #ffedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedef

Related Colors

#ffedef Color Palettes


Comments

No comments written yet.

Please login to write comment.