Color Hex Logo

#dffefd Color Hex

#DFFEFD
(223,254,253)
3 Favorites   0 Comments

Color spaces of #dffefd

RGB 223254253
HSL0.490.940.94
HSV178°12°100°
CMYK 0.120.000.00   0.00
XYZ83.602993.6634106.6010
Yxy93.66340.29450.3300
Hunter Lab96.7799-15.16822.4392
CIE-Lab97.4962-10.1392-2.9098

#dffefd color RGB value is (223,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11111101
Octal 337 376 375
Decimal 223 254 253
Hex DF FE FD

RGB Percentages of Color #dffefd

%30.55
%34.79
%34.66

CMYK Percentages of Color #dffefd

%12
%0
%0
%0

Triadic Colors of #dffefd

#dffefd #fddffe #fefddf

Analogous Colors of #dffefd

#dffefd #dff0fe #dffeee

Monochromatic Colors of #dffefd

#dffefd

Complementary Color

#dffefd #fedfe0

#dffefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffefd Color CSS Codes

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

#dffefd Text Font Color

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

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


#dffefd Background Color

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

This div background color is #dffefd


#dffefd Border Color

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

This div border color is #dffefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffefd

Related Colors


Comments

No comments written yet.

Please login to write comment.