Color Hex Logo

#dfeefe Color Hex

#DFEEFE
(223,238,254)
0 Favorites   0 Comments

Color spaces of #dfeefe

RGB 223238254
HSL0.590.940.94
HSV211°12°100°
CMYK 0.120.060.00   0.00
XYZ78.895483.9928105.8199
Yxy83.99280.29360.3126
Hunter Lab91.6476-6.7204-4.3053
CIE-Lab93.4474-1.8534-9.4043

#dfeefe color RGB value is (223,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11111110
Octal 337 356 376
Decimal 223 238 254
Hex DF EE FE

RGB Percentages of Color #dfeefe

%31.19
%33.29
%35.52

CMYK Percentages of Color #dfeefe

%12
%6
%0
%0

Triadic Colors of #dfeefe

#dfeefe #fedfee #eefedf

Analogous Colors of #dfeefe

#dfeefe #e0dffe #dffefe

Monochromatic Colors of #dfeefe

#dfeefe

Complementary Color

#dfeefe #feefdf

#dfeefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeefe Color CSS Codes

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

#dfeefe Text Font Color

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

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


#dfeefe Background Color

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

This div background color is #dfeefe


#dfeefe Border Color

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

This div border color is #dfeefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeefe

Related Colors


Comments

No comments written yet.

Please login to write comment.