Color Hex Logo

#efe6df Color Hex

#EFE6DF
(239,230,223)
0 Favorites   0 Comments

Color spaces of #efe6df

RGB 239230223
HSL0.070.330.91
HSV26°94°
CMYK 0.000.040.07   0.06
XYZ77.212780.272181.2365
Yxy80.27210.32340.3363
Hunter Lab89.5947-2.95948.9574
CIE-Lab91.80681.85324.4781

#efe6df color RGB value is (239,230,223).

#efe6df hex color red value is 239, green value is 230 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #efe6df hue: 0.07 , saturation: 0.33 and the lightness value of efe6df is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 11011111
Octal 357 346 337
Decimal 239 230 223
Hex EF E6 DF

RGB Percentages of Color #efe6df

%34.54
%33.24
%32.23

CMYK Percentages of Color #efe6df

%0
%4
%7
%6

Triadic Colors of #efe6df

#efe6df #dfefe6 #e6dfef

Analogous Colors of #efe6df

#efe6df #efeedf #efdfe0

Monochromatic Colors of #efe6df

#efe6df

Complementary Color

#efe6df #dfe8ef

#efe6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe6df Color CSS Codes

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

#efe6df Text Font Color

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

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


#efe6df Background Color

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

This div background color is #efe6df


#efe6df Border Color

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

This div border color is #efe6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe6df


Comments

No comments written yet.

Please login to write comment.