Color Hex Logo

#deefdb Color Hex

#DEEFDB
(222,239,219)
0 Favorites   0 Comments

Color spaces of #deefdb

RGB 222239219
HSL0.310.380.90
HSV111°94°
CMYK 0.070.000.08   0.06
XYZ73.776982.377179.0297
Yxy82.37710.31370.3503
Hunter Lab90.7618-13.737211.9073
CIE-Lab92.7410-9.19897.7465

#deefdb color RGB value is (222,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 11011011
Octal 336 357 333
Decimal 222 239 219
Hex DE EF DB

RGB Percentages of Color #deefdb

%32.65
%35.15
%32.21

CMYK Percentages of Color #deefdb

%7
%0
%8
%6

Triadic Colors of #deefdb

#deefdb #dbdeef #efdbde

Analogous Colors of #deefdb

#deefdb #dbefe2 #e8efdb

Monochromatic Colors of #deefdb

#deefdb

Complementary Color

#deefdb #ecdbef

#deefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefdb Color CSS Codes

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

#deefdb Text Font Color

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

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


#deefdb Background Color

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

This div background color is #deefdb


#deefdb Border Color

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

This div border color is #deefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefdb


Comments

No comments written yet.

Please login to write comment.