Color Hex Logo

#dff9ec Color Hex

#DFF9EC
(223,249,236)
0 Favorites   0 Comments

Color spaces of #dff9ec

RGB 223249236
HSL0.420.680.93
HSV150°10°98°
CMYK 0.100.000.05   0.02
XYZ79.447489.495592.4439
Yxy89.49550.30390.3424
Hunter Lab94.6021-15.64828.2840
CIE-Lab95.7871-10.84513.3555

#dff9ec color RGB value is (223,249,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 11101100
Octal 337 371 354
Decimal 223 249 236
Hex DF F9 EC

RGB Percentages of Color #dff9ec

%31.50
%35.17
%33.33

CMYK Percentages of Color #dff9ec

%10
%0
%5
%2

Triadic Colors of #dff9ec

#dff9ec #ecdff9 #f9ecdf

Analogous Colors of #dff9ec

#dff9ec #dff9f9 #dff9df

Monochromatic Colors of #dff9ec

#dff9ec

Complementary Color

#dff9ec #f9dfec

#dff9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff9ec Color CSS Codes

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

#dff9ec Text Font Color

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

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


#dff9ec Background Color

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

This div background color is #dff9ec


#dff9ec Border Color

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

This div border color is #dff9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff9ec


Comments

No comments written yet.

Please login to write comment.