Color Hex Logo

#dfeeec Color Hex

#DFEEEC
(223,238,236)
0 Favorites   0 Comments

Color spaces of #dfeeec

RGB 223238236
HSL0.480.310.90
HSV172°93°
CMYK 0.060.000.01   0.07
XYZ76.146382.893291.3435
Yxy82.89320.30410.3311
Hunter Lab91.0457-10.04114.2481
CIE-Lab92.9677-5.3082-0.7511

#dfeeec color RGB value is (223,238,236).

#dfeeec hex color red value is 223, green value is 238 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dfeeec hue: 0.48 , saturation: 0.31 and the lightness value of dfeeec is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11101100
Octal 337 356 354
Decimal 223 238 236
Hex DF EE EC

RGB Percentages of Color #dfeeec

%31.99
%34.15
%33.86

CMYK Percentages of Color #dfeeec

%6
%0
%1
%7

Triadic Colors of #dfeeec

#dfeeec #ecdfee #eeecdf

Analogous Colors of #dfeeec

#dfeeec #dfe9ee #dfeee5

Monochromatic Colors of #dfeeec

#dfeeec

Complementary Color

#dfeeec #eedfe1

#dfeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeeec Color CSS Codes

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

#dfeeec Text Font Color

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

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


#dfeeec Background Color

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

This div background color is #dfeeec


#dfeeec Border Color

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

This div border color is #dfeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeeec


Comments

No comments written yet.

Please login to write comment.