Color Hex Logo

#efefdf Color Hex

#EFEFDF
(239,239,223)
0 Favorites   0 Comments

Color spaces of #efefdf

RGB 239239223
HSL0.170.330.91
HSV60°94°
CMYK 0.000.000.07   0.06
XYZ79.782485.411482.0931
Yxy85.41140.32260.3454
Hunter Lab92.4183-7.637412.0268
CIE-Lab94.0601-2.74017.7277

#efefdf color RGB value is (239,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 11011111
Octal 357 357 337
Decimal 239 239 223
Hex EF EF DF

RGB Percentages of Color #efefdf

%34.09
%34.09
%31.81

CMYK Percentages of Color #efefdf

%0
%0
%7
%6

Triadic Colors of #efefdf

#efefdf #dfefef #efdfef

Analogous Colors of #efefdf

#efefdf #e7efdf #efe7df

Monochromatic Colors of #efefdf

#efefdf

Complementary Color

#efefdf #dfdfef

#efefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efefdf Color CSS Codes

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

#efefdf Text Font Color

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

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


#efefdf Background Color

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

This div background color is #efefdf


#efefdf Border Color

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

This div border color is #efefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efefdf


Comments

No comments written yet.

Please login to write comment.