Color Hex Logo

#defedb Color Hex

#DEFEDB
(222,254,219)
0 Favorites   0 Comments

Color spaces of #defedb

RGB 222254219
HSL0.320.950.93
HSV115°14°100°
CMYK 0.130.000.14   0.00
XYZ78.352291.527780.5548
Yxy91.52770.31290.3655
Hunter Lab95.6701-21.234217.0465
CIE-Lab96.6269-16.639213.2974

#defedb color RGB value is (222,254,219).

#defedb hex color red value is 222, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #defedb hue: 0.32 , saturation: 0.95 and the lightness value of defedb is 0.93.

The process color (four color CMYK) of #defedb color hex is 0.13, 0.00, 0.14, 0.00. Web safe color of #defedb is #ccffcc. Color #defedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 11011011
Octal 336 376 333
Decimal 222 254 219
Hex DE FE DB

RGB Percentages of Color #defedb

%31.94
%36.55
%31.51

CMYK Percentages of Color #defedb

%13
%0
%14
%0

Triadic Colors of #defedb

#defedb #dbdefe #fedbde

Analogous Colors of #defedb

#defedb #dbfeea #f0fedb

Monochromatic Colors of #defedb

#defedb

Complementary Color

#defedb #fbdbfe

#defedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#defedb Color CSS Codes

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

#defedb Text Font Color

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

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


#defedb Background Color

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

This div background color is #defedb


#defedb Border Color

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

This div border color is #defedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defedb


Comments

No comments written yet.

Please login to write comment.