Color Hex Logo

#ffefdc Color Hex

#FFEFDC
(255,239,220)
0 Favorites   0 Comments

Color spaces of #ffefdc

RGB 255239220
HSL0.091.000.93
HSV33°14°100°
CMYK 0.000.060.14   0.00
XYZ85.024888.160380.2455
Yxy88.16030.33550.3479
Hunter Lab93.8937-2.674615.0539
CIE-Lab95.22842.336511.1180

#ffefdc color RGB value is (255,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11011100
Octal 377 357 334
Decimal 255 239 220
Hex FF EF DC

RGB Percentages of Color #ffefdc

%35.71
%33.47
%30.81

CMYK Percentages of Color #ffefdc

%0
%6
%14
%0

Triadic Colors of #ffefdc

#ffefdc #dcffef #efdcff

Analogous Colors of #ffefdc

#ffefdc #feffdc #ffdedc

Monochromatic Colors of #ffefdc

#ffefdc

Complementary Color

#ffefdc #dcecff

#ffefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefdc Color CSS Codes

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

#ffefdc Text Font Color

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

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


#ffefdc Background Color

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

This div background color is #ffefdc


#ffefdc Border Color

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

This div border color is #ffefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefdc

Related Colors


Comments

No comments written yet.

Please login to write comment.