Color Hex Logo

#defab6 Color Hex

#DEFAB6
(222,250,182)
0 Favorites   0 Comments

Color spaces of #defab6

RGB 222250182
HSL0.240.870.85
HSV85°27°98°
CMYK 0.110.000.27   0.02
XYZ72.753387.278257.2678
Yxy87.27820.33480.4016
Hunter Lab93.4228-24.482529.0514
CIE-Lab94.8562-20.450929.6905

#defab6 color RGB value is (222,250,182).

#defab6 hex color red value is 222, green value is 250 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #defab6 hue: 0.24 , saturation: 0.87 and the lightness value of defab6 is 0.85.

The process color (four color CMYK) of #defab6 color hex is 0.11, 0.00, 0.27, 0.02. Web safe color of #defab6 is #ccffcc. Color #defab6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 10110110
Octal 336 372 266
Decimal 222 250 182
Hex DE FA B6

RGB Percentages of Color #defab6

%33.94
%38.23
%27.83

CMYK Percentages of Color #defab6

%11
%0
%27
%2

Triadic Colors of #defab6

#defab6 #b6defa #fab6de

Analogous Colors of #defab6

#defab6 #bcfab6 #faf4b6

Monochromatic Colors of #defab6

#defab6

Complementary Color

#defab6 #d2b6fa

#defab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defab6 Color CSS Codes

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

#defab6 Text Font Color

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

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


#defab6 Background Color

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

This div background color is #defab6


#defab6 Border Color

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

This div border color is #defab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defab6


Comments

No comments written yet.

Please login to write comment.