Color Hex Logo

#defbc6 Color Hex

#DEFBC6
(222,251,198)
0 Favorites   0 Comments

Color spaces of #defbc6

RGB 222251198
HSL0.260.870.88
HSV93°21°98°
CMYK 0.120.000.21   0.02
XYZ74.814488.601266.5847
Yxy88.60120.32530.3852
Hunter Lab94.1282-22.850123.9490
CIE-Lab95.4135-18.574222.3325

#defbc6 color RGB value is (222,251,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 11000110
Octal 336 373 306
Decimal 222 251 198
Hex DE FB C6

RGB Percentages of Color #defbc6

%33.08
%37.41
%29.51

CMYK Percentages of Color #defbc6

%12
%0
%21
%2

Triadic Colors of #defbc6

#defbc6 #c6defb #fbc6de

Analogous Colors of #defbc6

#defbc6 #c6fbc9 #f9fbc6

Monochromatic Colors of #defbc6

#defbc6

Complementary Color

#defbc6 #e3c6fb

#defbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbc6 Color CSS Codes

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

#defbc6 Text Font Color

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

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


#defbc6 Background Color

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

This div background color is #defbc6


#defbc6 Border Color

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

This div border color is #defbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbc6


Comments

No comments written yet.

Please login to write comment.