Color Hex Logo

#dfefee Color Hex

#DFEFEE
(223,239,238)
0 Favorites   0 Comments

Color spaces of #dfefee

RGB 223239238
HSL0.490.330.91
HSV176°94°
CMYK 0.070.000.00   0.06
XYZ76.730583.594092.9800
Yxy83.59400.30290.3300
Hunter Lab91.4298-10.19973.7055
CIE-Lab93.2739-5.4436-1.3430

#dfefee color RGB value is (223,239,238).

#dfefee hex color red value is 223, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfefee hue: 0.49 , saturation: 0.33 and the lightness value of dfefee is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11101110
Octal 337 357 356
Decimal 223 239 238
Hex DF EF EE

RGB Percentages of Color #dfefee

%31.86
%34.14
%34.00

CMYK Percentages of Color #dfefee

%7
%0
%0
%6

Triadic Colors of #dfefee

#dfefee #eedfef #efeedf

Analogous Colors of #dfefee

#dfefee #dfe8ef #dfefe6

Monochromatic Colors of #dfefee

#dfefee

Complementary Color

#dfefee #efdfe0

#dfefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefee Color CSS Codes

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

#dfefee Text Font Color

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

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


#dfefee Background Color

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

This div background color is #dfefee


#dfefee Border Color

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

This div border color is #dfefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefee


Comments

No comments written yet.

Please login to write comment.