Color Hex Logo

#defbd7 Color Hex

#DEFBD7
(222,251,215)
0 Favorites   0 Comments

Color spaces of #defbd7

RGB 222251215
HSL0.300.820.91
HSV108°14°98°
CMYK 0.120.000.14   0.02
XYZ76.887189.430377.4994
Yxy89.43030.31530.3668
Hunter Lab94.5676-20.365917.6084
CIE-Lab95.7600-15.842914.1192

#defbd7 color RGB value is (222,251,215).

#defbd7 hex color red value is 222, green value is 251 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #defbd7 hue: 0.30 , saturation: 0.82 and the lightness value of defbd7 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 11010111
Octal 336 373 327
Decimal 222 251 215
Hex DE FB D7

RGB Percentages of Color #defbd7

%32.27
%36.48
%31.25

CMYK Percentages of Color #defbd7

%12
%0
%14
%2

Triadic Colors of #defbd7

#defbd7 #d7defb #fbd7de

Analogous Colors of #defbd7

#defbd7 #d7fbe2 #f0fbd7

Monochromatic Colors of #defbd7

#defbd7

Complementary Color

#defbd7 #f4d7fb

#defbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbd7 Color CSS Codes

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

#defbd7 Text Font Color

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

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


#defbd7 Background Color

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

This div background color is #defbd7


#defbd7 Border Color

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

This div border color is #defbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbd7


Comments

No comments written yet.

Please login to write comment.