Color Hex Logo

#dffee6 Color Hex

#DFFEE6
(223,254,230)
0 Favorites   0 Comments

Color spaces of #dffee6

RGB 223254230
HSL0.370.940.94
HSV134°12°100°
CMYK 0.120.000.09   0.00
XYZ80.156292.284888.4510
Yxy92.28480.30720.3537
Hunter Lab96.0650-19.174112.6547
CIE-Lab96.9366-14.40338.1043

#dffee6 color RGB value is (223,254,230).

#dffee6 hex color red value is 223, green value is 254 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #dffee6 hue: 0.37 , saturation: 0.94 and the lightness value of dffee6 is 0.94.

The process color (four color CMYK) of #dffee6 color hex is 0.12, 0.00, 0.09, 0.00. Web safe color of #dffee6 is #ccffff. Color #dffee6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11100110
Octal 337 376 346
Decimal 223 254 230
Hex DF FE E6

RGB Percentages of Color #dffee6

%31.54
%35.93
%32.53

CMYK Percentages of Color #dffee6

%12
%0
%9
%0

Triadic Colors of #dffee6

#dffee6 #e6dffe #fee6df

Analogous Colors of #dffee6

#dffee6 #dffef6 #e8fedf

Monochromatic Colors of #dffee6

#dffee6

Complementary Color

#dffee6 #fedff7

#dffee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffee6 Color CSS Codes

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

#dffee6 Text Font Color

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

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


#dffee6 Background Color

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

This div background color is #dffee6


#dffee6 Border Color

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

This div border color is #dffee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffee6

Related Colors


Comments

No comments written yet.

Please login to write comment.