Color Hex Logo

#deefee Color Hex

#DEEFEE
(222,239,238)
0 Favorites   0 Comments

Color spaces of #deefee

RGB 222239238
HSL0.490.350.90
HSV176°94°
CMYK 0.070.000.00   0.06
XYZ76.423383.435692.9657
Yxy83.43560.30230.3300
Hunter Lab91.3431-10.50623.5969
CIE-Lab93.2048-5.7680-1.4523

#deefee color RGB value is (222,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 11101110
Octal 336 357 356
Decimal 222 239 238
Hex DE EF EE

RGB Percentages of Color #deefee

%31.76
%34.19
%34.05

CMYK Percentages of Color #deefee

%7
%0
%0
%6

Triadic Colors of #deefee

#deefee #eedeef #efeede

Analogous Colors of #deefee

#deefee #dee8ef #deefe6

Monochromatic Colors of #deefee

#deefee

Complementary Color

#deefee #efdedf

#deefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefee Color CSS Codes

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

#deefee Text Font Color

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

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


#deefee Background Color

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

This div background color is #deefee


#deefee Border Color

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

This div border color is #deefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefee

#deefee Color Palettes


Comments

No comments written yet.

Please login to write comment.