Color Hex Logo

#efdfec Color Hex

#EFDFEC
(239,223,236)
0 Favorites   0 Comments

Color spaces of #efdfec

RGB 239223236
HSL0.860.330.91
HSV311°94°
CMYK 0.000.070.01   0.06
XYZ77.124677.182290.1896
Yxy77.18220.31540.3157
Hunter Lab87.85342.95780.6307
CIE-Lab90.40547.7162-4.3712

#efdfec color RGB value is (239,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11101100
Octal 357 337 354
Decimal 239 223 236
Hex EF DF EC

RGB Percentages of Color #efdfec

%34.24
%31.95
%33.81

CMYK Percentages of Color #efdfec

%0
%7
%1
%6

Triadic Colors of #efdfec

#efdfec #ecefdf #dfecef

Analogous Colors of #efdfec

#efdfec #efdfe4 #eadfef

Monochromatic Colors of #efdfec

#efdfec

Complementary Color

#efdfec #dfefe2

#efdfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfec Color CSS Codes

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

#efdfec Text Font Color

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

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


#efdfec Background Color

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

This div background color is #efdfec


#efdfec Border Color

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

This div border color is #efdfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfec


Comments

No comments written yet.

Please login to write comment.