Color Hex Logo

#dfefec Color Hex

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

Color spaces of #dfefec

RGB 223239236
HSL0.470.330.91
HSV169°94°
CMYK 0.070.000.01   0.06
XYZ76.438283.477191.4408
Yxy83.47710.30410.3321
Hunter Lab91.3658-10.55404.6174
CIE-Lab93.2229-5.8159-0.3780

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

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

The process color (four color CMYK) of #dfefec color hex is 0.07, 0.00, 0.01, 0.06. Web safe color of #dfefec is #ccffff. Color #dfefec contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #dfefec

%31.95
%34.24
%33.81

CMYK Percentages of Color #dfefec

%7
%0
%1
%6

Triadic Colors of #dfefec

#dfefec #ecdfef #efecdf

Analogous Colors of #dfefec

#dfefec #dfeaef #dfefe4

Monochromatic Colors of #dfefec

#dfefec

Complementary Color

#dfefec #efdfe2

#dfefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefec Color CSS Codes

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

#dfefec Text Font Color

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

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


#dfefec Background Color

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

This div background color is #dfefec


#dfefec Border Color

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

This div border color is #dfefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefec


Comments

No comments written yet.

Please login to write comment.