Color Hex Logo

#defbc7 Color Hex

#DEFBC7
(222,251,199)
0 Favorites   0 Comments

Color spaces of #defbc7

RGB 222251199
HSL0.260.870.88
HSV93°21°98°
CMYK 0.120.000.21   0.02
XYZ74.930288.647567.1943
Yxy88.64750.32470.3841
Hunter Lab94.1528-22.710723.5933
CIE-Lab95.4329-18.419721.8494

#defbc7 color RGB value is (222,251,199).

#defbc7 hex color red value is 222, green value is 251 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #defbc7 hue: 0.26 , saturation: 0.87 and the lightness value of defbc7 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 11000111
Octal 336 373 307
Decimal 222 251 199
Hex DE FB C7

RGB Percentages of Color #defbc7

%33.04
%37.35
%29.61

CMYK Percentages of Color #defbc7

%12
%0
%21
%2

Triadic Colors of #defbc7

#defbc7 #c7defb #fbc7de

Analogous Colors of #defbc7

#defbc7 #c7fbca #f8fbc7

Monochromatic Colors of #defbc7

#defbc7

Complementary Color

#defbc7 #e4c7fb

#defbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbc7 Color CSS Codes

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

#defbc7 Text Font Color

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

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


#defbc7 Background Color

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

This div background color is #defbc7


#defbc7 Border Color

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

This div border color is #defbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbc7


Comments

No comments written yet.

Please login to write comment.