Color Hex Logo

#dff9ef Color Hex

#DFF9EF
(223,249,239)
0 Favorites   0 Comments

Color spaces of #dff9ef

RGB 223249239
HSL0.440.680.93
HSV157°10°98°
CMYK 0.100.000.04   0.02
XYZ79.887189.671394.7592
Yxy89.67130.30220.3393
Hunter Lab94.6949-15.12896.9562
CIE-Lab95.8603-10.29311.9136

#dff9ef color RGB value is (223,249,239).

#dff9ef hex color red value is 223, green value is 249 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dff9ef hue: 0.44 , saturation: 0.68 and the lightness value of dff9ef is 0.93.

The process color (four color CMYK) of #dff9ef color hex is 0.10, 0.00, 0.04, 0.02. Web safe color of #dff9ef is #ccffff. Color #dff9ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 11101111
Octal 337 371 357
Decimal 223 249 239
Hex DF F9 EF

RGB Percentages of Color #dff9ef

%31.36
%35.02
%33.61

CMYK Percentages of Color #dff9ef

%10
%0
%4
%2

Triadic Colors of #dff9ef

#dff9ef #efdff9 #f9efdf

Analogous Colors of #dff9ef

#dff9ef #dff6f9 #dff9e2

Monochromatic Colors of #dff9ef

#dff9ef

Complementary Color

#dff9ef #f9dfe9

#dff9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff9ef Color CSS Codes

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

#dff9ef Text Font Color

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

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


#dff9ef Background Color

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

This div background color is #dff9ef


#dff9ef Border Color

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

This div border color is #dff9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff9ef

Related Colors


Comments

No comments written yet.

Please login to write comment.